aboutsummaryrefslogtreecommitdiffstats
path: root/executor
diff options
context:
space:
mode:
Diffstat (limited to 'executor')
-rw-r--r--executor/common_linux.h4
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"},