From c6cf2320d2a464594e759289c34796538d31f02b Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Fri, 27 Apr 2018 18:30:45 +0900 Subject: config entries for the new graphic manager, deprecate old entries MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add 2 new GraphicManager config entries GraphicMemoryLimit and GraphicAllowedIdleTime. At the same time, deprecate the existing config entries used in GraphicObject's GraphicManager, which are not relevant anymore. Change-Id: Idb775e5e1a623f6c23d0c67fea5334a6c713c6c2 Reviewed-on: https://gerrit.libreoffice.org/53561 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl --- .../schema/org/openoffice/Office/Common.xcs | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'officecfg') diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 390b54595e40..88b6f3b07f1b 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -1491,6 +1491,7 @@ + Not used anymore Specifies the maximum cache size for all graphical display objects. @@ -1499,6 +1500,7 @@ + Not used anymore Specifies the maximum cache size for a single graphic display object. @@ -1507,12 +1509,31 @@ + Not used anymore Specifies the time in seconds after which a cached object is freed from the cache. 600 + + + Specifies the allowed cumulated memory that the + graphic objects can occupy before they start to get swapped + to the disk to save memory. + + + 300000000 + + + + Specifies the time in seconds when the graphic object + can be idle (time since it was last used) before it is + considered to be swapped to the disk to save memory. + + + 10 + -- cgit