summaryrefslogtreecommitdiff
path: root/officecfg/registry
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-07-14 15:31:20 +0200
committerMichael Stahl <mstahl@redhat.com>2017-07-14 16:20:45 +0200
commit55baf61c08630e0c09a87d99519211467818ef8c (patch)
treed2632afcc5122b10e5142124321fe3cd0b3c03ed /officecfg/registry
parenta03a0cfb1e41c357950a40623c2f8b6f5507e97d (diff)
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
Diffstat (limited to 'officecfg/registry')
-rw-r--r--officecfg/registry/data/org/openoffice/Office/Common.xcu7
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Common.xcs2
2 files changed, 8 insertions, 1 deletions
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 @@
</prop>
</node>
</node>
+ <node oor:name="Cache">
+ <node oor:name="GraphicManager">
+ <prop oor:name="TotalCacheSize" oor:type="xs:int">
+ <value install:module="32bit">200000000</value>
+ </prop>
+ </node>
+ </node>
<node oor:name="Path">
<node oor:name="Current">
<prop oor:name="Temp" oor:type="xs:string">
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.</desc>
<label>Total Image Cache Size</label>
</info>
- <value>200000000</value>
+ <value>400000000</value>
</prop>
<prop oor:name="ObjectCacheSize" oor:type="xs:int" oor:nillable="false">
<info>