Last active
December 1, 2015 11:46
-
-
Save wtrocki/d53772f078c2d083f13a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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