https://bugs.documentfoundation.org/show_bug.cgi?id=167455
--- Comment #15 from Patrick (volunteer) <guibomac...@gmail.com> --- Created attachment 201760 --> https://bugs.documentfoundation.org/attachment.cgi?id=201760&action=edit Instruments memory usage profile with https://gerrit.libreoffice.org/c/core/+/187736 I have submitted the following fix for this bug: https://gerrit.libreoffice.org/c/core/+/187736 Interestingly, it also lowers memory usage due to cached font tables significantly. With the above fix, memory usage due to cached font tables is around 180 MB after scrolling through the entire font listbox. Previously, in my original patch that caused this bug, memory usage was 550 MB. Without my original patch or the above fix, memory was 750 MB. So, the above fix drops memory usage by nearly 400 MB vs my original patch and 600 MB without any of my patches. I admit that I am suprised how much cached memory my original patch missed. -- You are receiving this mail because: You are the assignee for the bug.