Index: sys-apps/baselayout/files/sysctl.conf |
diff --git a/sys-apps/baselayout/files/sysctl.conf b/sys-apps/baselayout/files/sysctl.conf |
index 9a5efc6dadeb01746279832e4d7ab5439f2d2f04..97d7ede0a69f1051dcb88212383134d9a3ddf16f 100644 |
--- a/sys-apps/baselayout/files/sysctl.conf |
+++ b/sys-apps/baselayout/files/sysctl.conf |
@@ -39,8 +39,9 @@ net.ipv4.conf.all.rp_filter = 1 |
# Ignore ICMP broadcasts |
#net.ipv4.icmp_echo_ignore_broadcasts = 1 |
-# Set softlockup_thresh to 10 seconds (default 1 min is too long) |
+# Set softlockup_thresh(2.6.32)/watchdog_thresh(2.6.38) to 10 seconds |
kernel.softlockup_thresh = 10 |
+kernel.watchdog_thresh = 10 |
vb
2011/04/02 18:06:42
is this communicated through kernel command line?
|
# Disables the magic-sysrq key |
#kernel.sysrq = 0 |
# When the kernel panics, automatically reboot in 3 seconds |