Skip to content

Instantly share code, notes, and snippets.

@mauricerenck
Created November 14, 2014 09:16
Show Gist options
  • Save mauricerenck/d40fc36a1de4ba539548 to your computer and use it in GitHub Desktop.
Save mauricerenck/d40fc36a1de4ba539548 to your computer and use it in GitHub Desktop.
Set max open files up for npm
launchctl limit maxfiles 16384 16384 && ulimit -n 16384
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment