/usr/lib/sysctl.d
NameSizeModeActions
10-default-yama-scope.conf18100644editdlrm
50-coredump.conf12100644editdlrm
50-default.conf16980644editdlrm
50-libkcapi-optmem_max.conf2460644editdlrm
50-pid-max.conf6360644editdlrm
Edit: /usr/lib/sysctl.d/50-pid-max.conf (636B)
# This file is part of systemd. # # systemd is free software; you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. # See sysctl.d(5) and core(5) for documentation. # To override settings in this file, create a local file in /etc # (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. kernel.pid_max = 4194304