Skip to content

Instantly share code, notes, and snippets.

@marcusdb
Created January 30, 2015 20:01
Show Gist options
  • Select an option

  • Save marcusdb/21ef40949627b416e027 to your computer and use it in GitHub Desktop.

Select an option

Save marcusdb/21ef40949627b416e027 to your computer and use it in GitHub Desktop.
Linux stuff
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