Skip to content

Instantly share code, notes, and snippets.

@wtrocki
Last active December 1, 2015 11:46
Show Gist options
  • Save wtrocki/d53772f078c2d083f13a to your computer and use it in GitHub Desktop.
Save wtrocki/d53772f078c2d083f13a to your computer and use it in GitHub Desktop.
# Number of connections (max 8000)
ulimit -n 8000
# Memory limit for V8 (in MB)
node --max-old-space-size=1024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment