]> git.ipfire.org Git - thirdparty/systemd.git/blob - sysctl.d/50-pid-max.conf
sysctl: bump pid range only on 64-bit systems
[thirdparty/systemd.git] / sysctl.d / 50-pid-max.conf
1 # This file is part of systemd.
2 #
3 # systemd is free software; you can redistribute it and/or modify it
4 # under the terms of the GNU Lesser General Public License as published by
5 # the Free Software Foundation; either version 2.1 of the License, or
6 # (at your option) any later version.
7
8 # See sysctl.d(5) and core(5) for documentation.
9
10 # To override settings in this file, create a local file in /etc
11 # (e.g. /etc/sysctl.d/90-override.conf), and put any assignments
12 # there.
13
14 # Bump the numeric PID range to its maximum of 2^22 (from the in-kernel default
15 # of 2^16), to make PID collisions less likely.
16 kernel.pid_max = 4194304