mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 02:03:37 +08:00
sysctl.d: Fix pid_max comment
The actual default is 2^15 and that is also 32b kernels default. Fix the value, mention 32b and do not talk about default which may depend on nr_cpus. Fix: #29607
This commit is contained in:
parent
d203e5e008
commit
761791bcf8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user