aboutsummaryrefslogtreecommitdiffstats
path: root/executor/common_linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'executor/common_linux.h')
-rw-r--r--executor/common_linux.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/executor/common_linux.h b/executor/common_linux.h
index 3e3879370..1a25748fc 100644
--- a/executor/common_linux.h
+++ b/executor/common_linux.h
@@ -4667,8 +4667,6 @@ static void setup_sysctl()
{"/proc/sys/net/ipv4/ping_group_range", "0 65535"},
// Faster gc (1 second) is intended to make tests more repeatable.
{"/proc/sys/kernel/keys/gc_delay", "1"},
- // Huge page overcommit is disabled by default, allowing some overcommit is intended to give more coverage.
- {"/proc/sys/vm/nr_overcommit_hugepages", "4"},
// We always want to prefer killing the allocating test process rather than somebody else
// (sshd or another random test process).
{"/proc/sys/vm/oom_kill_allocating_task", "1"},