-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make watch wierd error #290
Comments
Ah yeah, this is because there is a default maximum number of files you can watch (or have open?) at once on the mac. We're working on a fix to this in grunt's watch task itself, but for now you can increase the default max like this:
You have to type that into the current terminal window you're using, I'm not sure how to make this the global default. But that's what I'm using and it works fine. |
|
ulimit -n 1000 worked for me too..thanks! |
To set to 65536 do the following in ML: sudo sysctl -w kern.maxfiles=65536 It is reset with each reboot. |
running
make watch
yields strange error instead of watching
The text was updated successfully, but these errors were encountered: