Newer
Older
# https://www.kernel.org/doc/Documentation/sysctl/kernel.txt
# http://www.nico.schottelius.org/blog/reboot-linux-if-task-blocked-for-more-than-n-seconds/
# Reboot 5 seconds after panic
kernel.panic = 5
# Panic if a hung task was found
kernel.hung_task_panic = 1
# Setup timeout for hung task to 120 seconds
kernel.hung_task_timeout_secs = 120