50-pid-max.conf 635 B

12345678910111213141516
  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. # See sysctl.d(5) and core(5) for documentation.
  8. # To override settings in this file, create a local file in /etc
  9. # (e.g. /etc/sysctl.d/90-override.conf), and put any assignments
  10. # there.
  11. # Bump the numeric PID range to its maximum of 2^22 (from the in-kernel default
  12. # of 2^16), to make PID collisions less likely.
  13. kernel.pid_max = 4194304