emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 b5db8e0: etc/PROBLEMS: Mention problems with usin


From: Michael Albinus
Subject: [Emacs-diffs] emacs-25 b5db8e0: etc/PROBLEMS: Mention problems with using file descriptors
Date: Fri, 26 Feb 2016 20:00:41 +0000

branch: emacs-25
commit b5db8e0461c5f36a8834f8912368ec40ea12d351
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    etc/PROBLEMS: Mention problems with using file descriptors
    
    * etc/PROBLEMS: Mention problems with using file descriptors
    of kqueue file notification library.
---
 etc/PROBLEMS |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 7d78037..0491935 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]