emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs bzr memory footprint


From: Dmitry Antipov
Subject: Re: Emacs bzr memory footprint
Date: Thu, 13 Oct 2011 21:33:54 +0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0) Gecko/20110927 Thunderbird/7.0

I tried the following simple scenario with latest bzr trunk:

1. Run ./src/emacs, then eval (length features), which gives 88. VSS/RSS is 
195436/18656 Kb.
2. Run ./src/emacs `find . -name '*.el' -o -name '*.[ch]'`, wait, eval (length 
features) =>
   100, (length (buffer-list)) => 1990. VSS/RSS is 309264/132656 kb.
3. After (mapcar 'kill-buffer (buffer-list)), VSS/RSS is 273620/97132 kb.

I believe 97132 - 18656 = 78476 kb of physical memory is too much for 12 Lisp 
libraries.
Where is the rest? Or, what's wrong with this scenario?

Dmitry



reply via email to

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