GNU bug report logs -
#61763
30.0.50; Image Cache Size growth
Previous Next
Reported by: Manuel Giraud <manuel <at> ledu-giraud.fr>
Date: Fri, 24 Feb 2023 17:01:02 UTC
Severity: normal
Found in version 30.0.50
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> From: Manuel Giraud <manuel <at> ledu-giraud.fr>
> Cc: 61763 <at> debbugs.gnu.org
> Date: Fri, 24 Feb 2023 21:27:41 +0100
>
> Eli Zaretskii <eliz <at> gnu.org> writes:
>
> [...]
>
> >> Can you reproduce (if you have time)?
> >
> > Not sure what I need to reproduce. I've visited 6 images of 2 MiB
> > each and Memory Report says I have 581 MiB in my image cache.
> > Meanwhile the memory footprint of the Emacs process is 350 MiB. Is
> > this what you wanted to see?
>
> Ok. So in the same ballpark. I thought there was something wrong on my
> setup.
>
> Why I think this growth is wrong is because it seems high. And if I'm
> browsing some images in Emacs, I'm getting a "Memory exhausted (restart
> Emacs)" message after only 20 or 30 images.
JPEG compression is very good, it routinely compresses images with
ratios of 10:1 to 20:1. If I use djpeg to convert the 2 MiB images I
used into BMP, I get 36 MiB BMP files -- that's a 1:18 expansion
ratio. And Emacs converts each image to a pixmap for display, which
is basically similar to what I did. Multiply that by 20 or 30, and
you get the numbers you see, I think.
The solution is to enlarge the VM for your machine (by enlarging swap,
for example). If you don't keep those images displayed in windows,
lowering image-cache-eviction-delay might also help.
This bug report was last modified 2 years and 90 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.