[Libreoffice-commits] core.git: officecfg/registry
Michael Stahl
mstahl at redhat.com
Wed Nov 9 12:41:01 UTC 2016
officecfg/registry/schema/org/openoffice/Office/Common.xcs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 41de4df1cfbe02fcd235582b50c87c9d91757809
Author: Michael Stahl <mstahl at redhat.com>
Date: Wed Nov 9 12:44:43 2016 +0100
increase Office::Common::Cache::GraphicManager::TotalCacheSize to 200MB
We can use a bit more RAM for graphics than we currently do, even on 32
bits, which should improve interactive performance as there will be less
swapping of bitmap data and re-parsing of SVGs.
Note that currently the value is effectively multiplied by 2, as the
limit is stored in GraphicCache::mnMaxDisplaySize, but there are 2
independent "counters" GraphicCache::mnUsedDisplaySize and
GraphicManager::mnUsedSize that are both checked against the same limit.
Change-Id: I4e33030af7dcd953c35672f80599188a1fbc4453
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index 0e645ad..eeff880 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -1493,7 +1493,7 @@
objects.</desc>
<label>Total Image Cache Size</label>
</info>
- <value>67110000</value>
+ <value>200000000</value>
</prop>
<prop oor:name="ObjectCacheSize" oor:type="xs:int" oor:nillable="false">
<info>
More information about the Libreoffice-commits
mailing list