From 55baf61c08630e0c09a87d99519211467818ef8c Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Fri, 14 Jul 2017 15:31:20 +0200 Subject: officecfg: increase GraphicManager/TotalCacheSize again for 64-bit There's a bit of a problem with XFillBitmapItem, which contains a GraphicObject that can't be swapped because it's a poolable item. Generally contemptorary hardware has enough RAM that we can easily increase the cache size to 400M (effectively there's another factor of 2x), but on legacy 32-bit platforms the address space is getting scarce, so keep the existing size for those. Change-Id: I8437f4e8c5421f8ec20e94e4cdf64f867d7760ca --- officecfg/Configuration_officecfg.mk | 1 + officecfg/registry/data/org/openoffice/Office/Common.xcu | 7 +++++++ officecfg/registry/schema/org/openoffice/Office/Common.xcs | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) (limited to 'officecfg') diff --git a/officecfg/Configuration_officecfg.mk b/officecfg/Configuration_officecfg.mk index b157784df702..ccaa35aea0a9 100644 --- a/officecfg/Configuration_officecfg.mk +++ b/officecfg/Configuration_officecfg.mk @@ -84,6 +84,7 @@ $(eval $(call gb_Configuration_add_spool_modules,registry,officecfg/registry/dat org/openoffice/Office/Common-macosx.xcu \ org/openoffice/Office/Common-wnt.xcu \ org/openoffice/Office/Common-UseOOoFileDialogs.xcu \ + org/openoffice/Office/Common-32bit.xcu \ org/openoffice/Office/Jobs-impress.xcu \ org/openoffice/Office/Linguistic-ForceDefaultLanguage.xcu \ org/openoffice/Office/ProtocolHandler-impress.xcu \ diff --git a/officecfg/registry/data/org/openoffice/Office/Common.xcu b/officecfg/registry/data/org/openoffice/Office/Common.xcu index eef41786feed..f84bd1a8eeb6 100644 --- a/officecfg/registry/data/org/openoffice/Office/Common.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Common.xcu @@ -506,6 +506,13 @@ + + + + 200000000 + + + diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index bfcefe2ec38b..5e146982cfaf 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -1495,7 +1495,7 @@ objects. - 200000000 + 400000000 -- cgit