Created
January 30, 2015 20:01
-
-
Save marcusdb/21ef40949627b416e027 to your computer and use it in GitHub Desktop.
Linux stuff
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
| AWS set ulimit for ec2-user | |
| sudo su -c "ulimit -n 64000;su - ec2-user" | |
| checking open files | |
| ls -l /proc/PID/fd | wc -l |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment