summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meta-google/recipes-google/systemd/files/40-gbmc-sysctl.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-google/recipes-google/systemd/files/40-gbmc-sysctl.conf b/meta-google/recipes-google/systemd/files/40-gbmc-sysctl.conf
index ee4b4859a7..5b3fa9e43d 100644
--- a/meta-google/recipes-google/systemd/files/40-gbmc-sysctl.conf
+++ b/meta-google/recipes-google/systemd/files/40-gbmc-sysctl.conf
@@ -1 +1,3 @@
kernel.oops_all_cpu_backtrace = 1
+# limit PID numbers to 32k for metrics collector
+kernel.pid_max = 32768