Configuration
The trigger threshold of the NMI watchdog can be adjusted from its default 10-second hard lockup detection interval.
1 | echo 10 > /proc/sys/kernel/watchdog_thresh |
This command modifies the threshold after OS boot. The valid threshold range is 0 to 60. Note that this change will not persist after a system reboot.
Parent topic: Usage