-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Livereload bug #1054
Comments
I suspect you may be out of hard drive space |
Nope, 50g free. I'll see if I can test later on the version prior to the On Tue, Jun 17, 2014 at 1:17 PM, Stefan Penner [email protected]
|
Enospc is a posix error for error no space. I'm not sure how to interpret this in any other way |
So I added a console.log to sane/index.js on l183 so I could see what dirs it blows up on. I don't see what would be happening to cause the error though. There isn't anything unusual, and 40% of the volume is free. |
I had the same problem. |
Ok, have actually found the solution. Its not actually space. Its a lack of file watches http://stackoverflow.com/questions/16748737/grunt-watch-error-waiting-fatal-error-watch-enospc The solution is this:
I suggest that adding a line to the README about this might be worthwhile. There are some optimizations done in nodemon described here that might also be useful |
that makes sense |
@wyaeld thanks for solution, having this document somewhere would be great. |
@chrmod its actually just mis-alignment with sane and broccoli, i suspect both may need to be adjusted? |
closing because the workaround is good for now. Both san/broccoli are aware for future work to improve this situation. |
Deleting the /tmp and changing the max watchfile number worked for me too. (thumbs up) |
Changing watchfile worked for me too! Thanks!! |
First run, clean app
ctrl+c
Second run, same app
This is ubuntu 14.04
Does anyone know the cause?
The text was updated successfully, but these errors were encountered: