diff options
author | Michael Stahl <mstahl@redhat.com> | 2016-11-09 12:44:43 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-11-09 13:05:44 +0100 |
commit | 41de4df1cfbe02fcd235582b50c87c9d91757809 (patch) | |
tree | 1e61d5a47342d12e376a188e44bf588c5855f3a2 /officecfg | |
parent | ed42212f53b2e52238346e64dae31a931d6c90a1 (diff) |
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
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 0e645ad9b9e1..eeff8801d3f0 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> |