Skip to content

Instantly share code, notes, and snippets.

@ashleahhill
Created March 11, 2013 13:54
Show Gist options
  • Select an option

  • Save ashleahhill/5134392 to your computer and use it in GitHub Desktop.

Select an option

Save ashleahhill/5134392 to your computer and use it in GitHub Desktop.
Node OSX from grunt-contrib-watch
https://npmjs.org/package/grunt-contrib-watch
How do I fix the error EMFILE: Too many opened files.?
This is because of your system's max opened file limit. For OSX the default is very low (256). Temporarily increase your limit with ulimit -n 10480, the number being the new max limit.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment