]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - sysctl.d/50-pid-max.conf
sysctl.d: Fix pid_max comment
[thirdparty/systemd.git] / sysctl.d / 50-pid-max.conf
index 1eff2d7ecee01b0b40b65416a9bd789ed3b05293..2beaf48f21fb0e478367a605158130967de98393 100644 (file)
@@ -11,6 +11,6 @@
 # (e.g. /etc/sysctl.d/90-override.conf), and put any assignments
 # there.
 
-# Bump the numeric PID range to its maximum of 2^22 (from the in-kernel default
-# of 2^16), to make PID collisions less likely.
+# Bump the numeric PID range to make PID collisions less likely.
+# 2^22 and 2^15 is possible maximum of 64bit and 32bit kernels respectively.
 kernel.pid_max = 4194304