]> go.fuhry.dev Git - fsnotify.git/commitdiff
Added a note about 'no space left on device' error, issue #68 involving OS configuration
authordebrando <denis.brandolini@gmail.com>
Thu, 10 Oct 2013 14:25:22 +0000 (16:25 +0200)
committerdebrando <denis.brandolini@gmail.com>
Thu, 10 Oct 2013 14:25:22 +0000 (16:25 +0200)
README.md

index b2df2973cfbadd6c1a426bae4648a0dbe8511279..a4a4fac9af400d07b856987e4397e6446444e748 100644 (file)
--- 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".