https://bugs.documentfoundation.org/show_bug.cgi?id=165481
--- Comment #19 from [email protected] --- Brilliant, guys (and gals), thanks very much. It is now working like a charm - much faster to start up, and only 10s to autosave my 277 worksheet spreadsheet versus >1min and no memory gusher anymore! Version: LibreOfficeDev 25.2.6.0.0 609197187c4f3bc2b78db0bd713dae615b28d39e Tried my sample 10 sheet spreadsheet memory_blowout_sample10.ods and my big bertha 277 worksheet file (.xls). Memory before and after the auto-save: After opening and before autosave (set to 1 minute): $ ps -ely | awk '/soffice.bin$/{print "RSS: "$8" / SZ: "$9}' RSS: 774536 / SZ: 526272 $ # 2.9 GB cache 3.0 swap 666 MB according to system monitor After autosave: $ ps -ely | awk '/soffice.bin$/{print "RSS: "$8" / SZ: "$9}' RSS: 843828 / SZ: 543377 $ # 2.9 GB cache 3.0 swap 666 MB (I had earlier tried my Ubuntu 24.04 version of LibreOffice 24.2.7.2 420(Build:2) and the 5GB memory leak was still very evident. Thanks again. -- You are receiving this mail because: You are the assignee for the bug.
