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

--- Comment #30 from Noel Grandin <[email protected]> ---

@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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to