[Libreoffice-bugs] [Bug 125428] Huge ram amount used not freed

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sat May 23 09:54:23 UTC 2020


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

--- Comment #30 from Noel Grandin <noelgrandin at gmail.com> ---

@Telesto that particular commit is intended to _lower_ memory usage in most
situations, by creating a shared pool of string objects to use, instead of
every single cell and formula using it's own string object.

However, we never ever remove strings from that pool, so in this situation it
leads to memory that this not freed until close.

We could flush that pool periodically, but it is not obvious when to flush that
pool, in a way which will not cause performance regressions for some people.

-- 
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/20200523/080344e7/attachment.htm>


More information about the Libreoffice-bugs mailing list