We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 54f802f + 45497f4 commit 3f0e934Copy full SHA for 3f0e934
TODO
@@ -898,8 +898,6 @@ Features:
898
899
* support crash reporting operation modes (https://live.gnome.org/GnomeOS/Design/Whiteboards/ProblemReporting)
900
901
-* default to actual 32-bit PIDs, via /proc/sys/kernel/pid_max
902
-
903
* be able to specify a forced restart of service A where service B depends on, in case B
904
needs to be auto-respawned?
905
sysctl.d/50-default.conf
@@ -40,3 +40,7 @@ fs.protected_symlinks = 1
40
# Enable regular file and FIFO protection
41
fs.protected_regular = 1
42
fs.protected_fifos = 1
43
+
44
+# Bump the numeric PID range to its maximum of 2^22 (from the in-kernel default
45
+# of 2^16), to make PID collisions less likely.
46
+kernel.pid_max = 4194304
0 commit comments