[Libreoffice-bugs] [Bug 133351] Memory usage increased a lot with (large) animated gifs

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sun May 24 15:45:48 UTC 2020


https://bugs.documentfoundation.org/show_bug.cgi?id=133351

--- Comment #1 from Telesto <telesto at surfxs.nl> ---
Created attachment 161236
  --> https://bugs.documentfoundation.org/attachment.cgi?id=161236&action=edit
Bibisect log


author  Tomaž Vajngerl <tomaz.vajngerl at collabora.co.uk> 2018-04-04 17:51:26
+0900
committer       Tomaž Vajngerl <quikee at gmail.com>       2018-04-12 14:35:14
+0200
commit  a2b53fece14f745853bcfe1a300c3dceb580e148 (patch)
tree    c4d287f97140363fe9cec7740b5189032e8f114e
parent  92ac45b1920fcce8259c1eab94357415e8f50d82 (diff)
vcl: Add a internal (memory) manager for Graphic objects
This adds vcl::graphic::Manager which is a manager singleton that
tracks all the creation fo graphic objects and swaps them out on
a time and allocation basis.

Time based - every number of seconds it looks for Graphics that
weren't used for a time.

Allocation based - when creating a new Graphic and the total of
Graphic uses more than the total amount of memory for Graphics
defined in configuration, it tries to release the Graphics that
weren't used for a time.

https://cgit.freedesktop.org/libreoffice/core/commit/?id=a2b53fece14f745853bcfe1a300c3dceb580e148

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200524/47d31d40/attachment.htm>


More information about the Libreoffice-bugs mailing list