Created
March 11, 2019 11:36
-
-
Save piecioshka/1c9eb4a4e0fb10cd7c7e8bcdc442d85a to your computer and use it in GitHub Desktop.
[number of max processes]
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# max user processes — linux, macos | |
ulimit -a | |
# max system processes — linux | |
cat /proc/sys/kernel/pid_max |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment