GNU bug report logs -
#38644
26.3; emacs uses 100% CPU with auto-revert-mode
Previous Next
Reported by: Peter Ludemann <peter.ludemann <at> gmail.com>
Date: Tue, 17 Dec 2019 01:25:02 UTC
Severity: normal
Found in version 26.3
Fixed in version 27.1
Done: Michael Albinus <michael.albinus <at> gmx.de>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
5 jan. 2020 kl. 20.31 skrev Peter Ludemann <peter.ludemann <at> gmail.com>:
> Which version of Emacs would you like me to try this with? And what result are you expecting/hoping to see? (e.g., might it reduce the current 30-80% CPU load for polling with emacs 28.0.50?) There are only a few open files directly under /tmp, so would this have any effect or does it propagate down to subdirectories?
>
> [Also, I'd need a few more details (not being an emacs-internals person) ... should I add this to my .emacs and restart, or execute in a scratch buffer, or ...?]
'auto-revert-avoid-polling' is a single global customisable variable, so you would set it using
M-x customise-variable RET auto-revert-avoid-polling RET
, then turn it on and apply the change. I believe it was introduced in Emacs 27.
The idea is to save CPU by not having to look at files periodically to see if they have changed. I have no idea if you would see any improvement at all, but it shouldn't make anything worse.
This bug report was last modified 5 years and 196 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.