emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: reproducible memory problem and crashes on cygwin


From: Kim F. Storm
Subject: Re: reproducible memory problem and crashes on cygwin
Date: Tue, 11 Jul 2006 01:04:32 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Jason Rumney <address@hidden> writes:

> emacs user wrote:
>> an example:
>>
>> before editing the image: 33Mb
>> during: 39Mb
>> after killing the buffer: 39Mb
>> image file is 186263 bytes large (jpeg)
>
> Emacs needs to decompress your jpeg image to display it, and rather
> than do that every time it gets displayed, it caches the decompressed
> image for image-cache-eviction-delay seconds after it was last
> displayed. By default, image-cache-eviction-delay is 1800, so what
> happens to the memory usage if you leave Emacs for half an hour?

Or try this:

M-: (clear-image-cache t) RET


-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

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