k8s.io/test-infra@v0.0.0-20240520184403-27c6b4c223d8/jobs/e2e_node/crio/templates/base/99-e2e-sysctl.conf (about) 1 # Increase kernel.pid_max and kernel.threads-max to maximum. This is needed for 2 # pid eviction tests, because systemd will set a system wide DefaultTasksMax 3 # based on mimunum of these values. 4 # xref: https://github.com/systemd/systemd/commit/3a0f06c41a29b760fe6c3da7529cf595e583aa06 5 # The default values are too low for the pid eviction test. 6 kernel.pid_max=4194304 7 kernel.threads-max=4194304