[4075] in Athena Bugs
idle emacs still chewing up cpu
daemon@ATHENA.MIT.EDU (kevles@ATHENA.MIT.EDU)
Mon Jan 29 14:30:05 1990
From: kevles@ATHENA.MIT.EDU
Date: Mon, 29 Jan 90 14:29:45 -0500
To: bugs@ATHENA.MIT.EDU
pVax running 6.4R
(~) Meow? ps aux|more
USER PID %CPU %MEM SZ RSS TT STAT TIME COMMAND
kevles 16554 52.2 10.8 898 684 v0 S 5:04 emacs
kevles 17028 18.4 2.2 155 133 p1 R 0:00 (ps)
kevles 17029 8.7 0.4 52 21 p1 S 0:00 (more)
kevles 17026 5.1 2.0 190 120 p2 S 0:00 (olcr)
kevles 17027 2.8 0.5 283 21 p2 S 0:00 (sort)
This ps was run at a time when emacs had been idle for at least 10 minutes.
The buffer list looks like this:
MR Buffer Size Mode File
-- ------ ---- ---- ----
. *scratch* 0 Text
OLC17007.2 853 Text /tmp/OLC17007.2
*Buffer List* 0 Buffer Menu
Once I did something in emacs (in this case, get the buffer list) it
promptly stopped chewing up CPU time.
My .emacs is barely configured. You should be able to take a look at it if
you like.
--Beth