[Top][All Lists]
[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
- Emacs bzr memory footprint, Carsten Mattner, 2011/10/13
- Re: Emacs bzr memory footprint, Eli Zaretskii, 2011/10/13
- Re: Emacs bzr memory footprint, Andreas Schwab, 2011/10/13
- Re: Emacs bzr memory footprint, Eli Zaretskii, 2011/10/13
- Re: Emacs bzr memory footprint, Carsten Mattner, 2011/10/13
- Re: Emacs bzr memory footprint, Eli Zaretskii, 2011/10/13
- Re: Emacs bzr memory footprint, Miles Bader, 2011/10/13
- Re: Emacs bzr memory footprint, Eli Zaretskii, 2011/10/13
- Re: Emacs bzr memory footprint, Stefan Monnier, 2011/10/13
- Re: Emacs bzr memory footprint,
Dmitry Antipov <=
- Re: Emacs bzr memory footprint, Eli Zaretskii, 2011/10/13
- Re: Emacs bzr memory footprint, Dmitry Antipov, 2011/10/13
- Re: Emacs bzr memory footprint, Stephen J. Turnbull, 2011/10/13
- Re: Emacs bzr memory footprint, Carsten Mattner, 2011/10/13
Re: Emacs bzr memory footprint, Carsten Mattner, 2011/10/13
Re: Emacs bzr memory footprint, Stefan Monnier, 2011/10/13