Created
March 11, 2013 13:54
-
-
Save ashleahhill/5134392 to your computer and use it in GitHub Desktop.
Node OSX from grunt-contrib-watch
This file contains hidden or 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
| 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