https://bugs.documentfoundation.org/show_bug.cgi?id=96341
Aron Budea <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |93529 Keywords|bibisectRequest, regression |bibisected, bisected --- Comment #18 from Aron Budea <[email protected]> --- This can be reproduced using repo bibisect-win32-5.1, the memory use when opening the start center with an empty profile is only ~16 MB before the following commit, and ~90 MB afterwards (memory use depends on whether translations are available, bibisect repos only include English language). https://cgit.freedesktop.org/libreoffice/core/commit/?id=9639fc200b5c0779b1e60d04aa15f8f2e7868724 author Tomaž Vajngerl <[email protected]> 2015-11-20 23:01:11 +0100 committer Tomaž Vajngerl <[email protected]> 2015-11-20 23:09:27 +0100 "enable opengl by default for Windows" I added the following to <user profile>\registrymodifications.xcu to continue: <item oor:path="/org.openoffice.Office.Common/VCL"><prop oor:name="UseOpenGL" oor:op="fuse"><value>true</value></prop></item> The increase from 16 -> 90 MB is with the following commit: https://cgit.freedesktop.org/libreoffice/core/commit/?id=7eb4c6921850a5a377f6aa42ce4af85b145da01c author Markus Mohrhard <[email protected]> 2015-06-04 17:39:48 +0200 committer Markus Mohrhard <[email protected]> 2015-06-17 12:46:26 +0000 "remove all traces of old device code" I'm inclined to believe OpenGL was simply blacklisted on my device before this. I also believe the memory increase is due to the OpenGL feature, and trying to bibisect this further is unnecessary, not to mention OpenGL isn't even used anymore, though related pieces of code might be part of Skia now. Further increases in memory use might've piled onto this, but untangling why a current daily build with all languages uses 245 MB (and for some reason 530 MB with an empty profile) in the start center, will take further steps. Referenced Bugs: https://bugs.documentfoundation.org/show_bug.cgi?id=93529 [Bug 93529] [META] VCL/OpenGL rendering tracker bug for 5.0+ -- You are receiving this mail because: You are the assignee for the bug.
