Skip to content

Instantly share code, notes, and snippets.

@thyn
Created March 17, 2019 17:56
Show Gist options
  • Save thyn/c0a845177d7808c337df37fc8a1f89d5 to your computer and use it in GitHub Desktop.
Save thyn/c0a845177d7808c337df37fc8a1f89d5 to your computer and use it in GitHub Desktop.
https://support.code42.com/Administrator/6/Troubleshooting/Code42_server_stalls_due_to_too_many_open_files
ps aux | grep proserver
sudo cat /proc/[PID]/limits
/opt/proserver/.proserverrc
ulimit -n 409600
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment