Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(141)

Unified Diff: sys-apps/baselayout/files/sysctl.conf

Issue 6794003: sys-apps/baselayout: set kernel.watchdog_thresh sysctl to 10 seconds (Closed) Base URL: http://git.chromium.org/git/chromiumos-overlay.git@master
Patch Set: Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sys-apps/baselayout/baselayout-2.0.1-r214.ebuild ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « sys-apps/baselayout/baselayout-2.0.1-r214.ebuild ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698