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: Jason Rumney
Subject: Re: reproducible memory problem and crashes on cygwin
Date: Mon, 10 Jul 2006 22:08:08 +0100
User-agent: Thunderbird 1.5.0.4 (Windows/20060516)

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?





reply via email to

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