Skip to content

Instantly share code, notes, and snippets.

@tovbinm
Created February 25, 2015 17:25
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tovbinm/27b6410e30c14d54c2e0 to your computer and use it in GitHub Desktop.
Save tovbinm/27b6410e30c14d54c2e0 to your computer and use it in GitHub Desktop.
Changing ulimit for running processes
cd /proc/<pid> && echo -n "Max open files=65535:65535" > limits
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment