-
Notifications
You must be signed in to change notification settings - Fork 81
after update from 4.0.3 to 5.0.4: No space left on device #72
Comments
Does P.S. You can also use P.P.S. Slightly modifying the line of |
The problem is in watchexec (there is 89G free on device):
|
Try to file this issue to https://github.com/mattgreen/watchexec then. |
Ok |
As far as i understand, watcher consume 100% CPU, because default poll intervel ==1, but 500...2000 is better for default. |
Hmm, must have misread the docs when I implemented that, I meant 1 second, not millisecond. |
Also the "no space left on device" is probably a watcher limit. |
(I wrote both cargo watch and notify, the library watchexec uses. This is a fairly frequent error.) |
@passcod no problem! And there are two things I'd like to mention:
|
I'll get onto that, thanks for the feedback :) |
OS: ubuntu x64 14.04
Аfter update from 4.0.3 to 5.0.4:
And with --poll key:
cargo watch --poll
run ok and works, but consume 100% of cpu.4.0.3 works ok.
The text was updated successfully, but these errors were encountered: