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
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user