Closed GoogleCodeExporter closed 9 years ago
"No space left on device" probably means you need to increase
/proc/sys/fs/inotify/max_user_watches. Eg.: `echo 65536
>/proc/sys/fs/inotify/max_user_watches'.
See http://linux.die.net/man/7/inotify for more information:
"/proc/sys/fs/inotify/max_user_watches
This specifies a limit on the number of watches that can be associated with
each inotify instance."
Original comment by d...@dans.im
on 15 Oct 2010 at 3:35
thanks, that was it. increasing to 1000000 did the trick
Original comment by oer...@gmail.com
on 16 Oct 2010 at 7:52
thanks dan for helping
Original comment by axk...@gmail.com
on 16 Oct 2010 at 9:10
Original issue reported on code.google.com by
oer...@gmail.com
on 15 Oct 2010 at 11:28