Skip to content

Instantly share code, notes, and snippets.

@rzani
Last active April 7, 2017 13:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rzani/81a630c383b46ef1dd19b24563320075 to your computer and use it in GitHub Desktop.
Save rzani/81a630c383b46ef1dd19b24563320075 to your computer and use it in GitHub Desktop.
Nginx tweaks

To fill worker_processes run:

# grep processor /proc/cpuinfo | wc -l

To fill worker_connections run:

# ulimit -n

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment