]> git.ipfire.org Git - thirdparty/systemd.git/blame - sysctl.d/50-pid-max.conf
sysctl.d: Fix pid_max comment
[thirdparty/systemd.git] / sysctl.d / 50-pid-max.conf
CommitLineData
0e0d424c
YW
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
761791bc
MK
14# Bump the numeric PID range to make PID collisions less likely.
15# 2^22 and 2^15 is possible maximum of 64bit and 32bit kernels respectively.
0e0d424c 16kernel.pid_max = 4194304