emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs bzr memory footprint


From: Stefan Monnier
Subject: Re: Emacs bzr memory footprint
Date: Thu, 13 Oct 2011 12:16:45 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (gnu/linux)

>> but I note that even after killing most buffers and doing a gc, my emacs
>> (running for roughly 8 hours) still takes 341 MB... :[
> What happens if you map over load-history, unloading each feature
> mentioned there?

My guess is that checking the return value of `garbage-collect' would
probably indicate (without unloading anything) that such unloads cannot
recover anywhere near 300MB because the Lisp heap is much smaller
(i.e. the data comes from elsewhere).


        Stefan



reply via email to

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