GNU bug report logs -
#33275
27.0.50; Image cache pruning
Previous Next
Reported by: Lars Ingebrigtsen <larsi <at> gnus.org>
Date: Mon, 5 Nov 2018 14:09:02 UTC
Severity: normal
Tags: fixed
Found in version 27.0.50
Fixed in version 27.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> From: Lars Ingebrigtsen <larsi <at> gnus.org>
> Cc: 33275 <at> debbugs.gnu.org
> Date: Mon, 05 Nov 2018 18:48:33 +0100
>
> Anyway, there's code that tries to keep the cache small:
>
> /* If the number of cached images has grown unusually large,
> decrease the cache eviction delay (Bug#6230). */
> delay = XFIXNUM (Vimage_cache_eviction_delay);
> if (nimages > 40)
> delay = 1600 * delay / nimages / nimages;
>
> But it works solely on the number of images in the cache, and not the
> size of the images. So it's a heuristic that could be tweaked pretty
> easily, I think?
I don't see why we should tweak our cache management for the benefit
of exceptional use case. Last time we did it (with fonts) we are
still leaking the wounds.
I think it should be enough to catch excess memory usage and signal an
error. I hope this is possible.
This bug report was last modified 5 years and 239 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.