Created
March 8, 2015 09:30
-
-
Save PSJoshi/6863bb0db6898cdafefb to your computer and use it in GitHub Desktop.
linux - file and process limits
This file contains hidden or 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
| $ sudo vi /etc/security/limits.conf | |
| Add: | |
| * soft nofile 65535 | |
| * hard nofile 65535 | |
| * soft nproc 32768 | |
| * hard nproc 32768 | |
| # Note - instead of *, you can add any user! * means - setting applies to all the users. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment