From: debrando Date: Thu, 10 Oct 2013 14:25:22 +0000 (+0200) Subject: Added a note about 'no space left on device' error, issue #68 involving OS configuration X-Git-Tag: v1.7.2~338 X-Git-Url: https://go.fuhry.dev/?a=commitdiff_plain;h=b38d2daf53a0262773f11e1d797e9946bb5c02f8;p=fsnotify.git Added a note about 'no space left on device' error, issue #68 involving OS configuration --- diff --git a/README.md b/README.md index b2df297..a4a4fac 100644 --- a/README.md +++ b/README.md @@ -66,4 +66,5 @@ Notes: * No, you must add watches for any directory you want to watch. * Do I have to watch the Error and Event channels in a separate goroutine? * As of now, yes. Looking into making this single-thread friendly. - +* How avoid the criptic error "no space left on device" when adding watches? + * Probably you're out of inotify's watches; verify your max with "cat /proc/sys/fs/inotify/max\_user\_watches".