aboutsummaryrefslogtreecommitdiffstats
path: root/executor/executor.cc
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2020-12-01 13:53:42 +0100
committerDmitry Vyukov <dvyukov@google.com>2020-12-01 15:38:13 +0100
commit57aef9d9a2a3f567568a77c4b3209d86f9340013 (patch)
treeed1e1a1d420e82668013f81c59e61e169b26e641 /executor/executor.cc
parent07bfe8a540418c37449ef29dfc84ccf4d15ea0e0 (diff)
executor: tune few more sysctl's
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"},
Diffstat (limited to 'executor/executor.cc')
0 files changed, 0 insertions, 0 deletions