VM

Comment 7 for bug 727718

Revision history for this message
Uday Reddy (reddyuday) wrote : Re: [Bug 727718] Re: Space leak

John Hein writes:

> The 'C-x C-f, C-x C-k' test did not leak RSS on that version of emacs
> either.

We shouldn't compare the text-mode visits with VM visits. Emacs deals
with text and data memory differently. The text memory is given back
to the OS quickly, whereas data memory is probably never given back.
The problem is not that the data memory is retained within Emacs.
But, rather that it seems to grow over time. That is what I mean by
a space leak.

Cheers,
Uday