]> code.delx.au - gnu-emacs/commitdiff
etc/PROBLEMS: Mention problems with using file descriptors
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 26 Feb 2016 20:00:28 +0000 (21:00 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 26 Feb 2016 20:00:28 +0000 (21:00 +0100)
* etc/PROBLEMS: Mention problems with using file descriptors
of kqueue file notification library.

etc/PROBLEMS

index 7d780371d46e733c64f67135899b6e8f35d918dc..0491935b10c15eb68e8fa7c49035b040869f7fe8 100644 (file)
@@ -600,6 +600,16 @@ you have a personal configuration file (normally ~/.aspell.conf), it
 can cause this error.  Remove that file, execute 'ispell-kill-ispell'
 in Emacs, and then try spell-checking again.
 
+*** Emacs eats all file descriptors when using kqueue file notifications.
+
+When you have a large number of buffers running auto-revert-mode, and
+Emacs is configured to use the kqueue file notification library, it
+uses an own file descriptor for every watched file.  On systems with a
+small limit of file descriptors allowed per process, like OS X, you
+could run out of file descriptors.  You won't be able to open new files.
+
+Set auto-revert-use-notify to nil in order to avoid this problem.
+
 * Runtime problems related to font handling
 
 ** Characters are displayed as empty boxes or with wrong font under X.