diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-10-28 10:57:56 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-10-28 17:32:15 +0100 |
| commit | f24824d3d54060a7d878eeb35c47f85dab84966a (patch) | |
| tree | eb1086aa35ca8613f15b85209a4cdbfa092f3b22 /executor/common_linux.h | |
| parent | 4562e0c3a42ad3fbadc54c36a6e5a85afb39cb92 (diff) | |
dashboard/config/linux: set watchdog_thresh via cmdline
Fixes #1989
Diffstat (limited to 'executor/common_linux.h')
| -rw-r--r-- | executor/common_linux.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/executor/common_linux.h b/executor/common_linux.h index 11ce0a6e9..73a2e658d 100644 --- a/executor/common_linux.h +++ b/executor/common_linux.h @@ -4591,10 +4591,6 @@ static void setup_sysctl() // and are not matched against the suppression in pkg/report. // This write prevents these messages from being printed. {"/sys/kernel/debug/x86/nmi_longest_ns", "10000000000"}, - // This is part of deterministic hang/stall detection. - // Don't change this without considering workqueue.watchdog_thresh, - // CONFIG_RCU_CPU_STALL_TIMEOUT and CONFIG_DEFAULT_HUNG_TASK_TIMEOUT. - {"/proc/sys/kernel/watchdog_thresh", "55"}, {"/proc/sys/kernel/hung_task_check_interval_secs", "20"}, // This gives more interesting coverage. {"/proc/sys/net/core/bpf_jit_enable", "1"}, |
