--- projects/cms/source/server/build/etc/system.conf 2002/03/22 14:22:58 1.66 +++ projects/cms/source/server/build/etc/system.conf 2003/02/22 18:31:02 1.69 @@ -6,7 +6,7 @@ # root of configuration # # $Author: tdb $ -# $Id: system.conf,v 1.66 2002/03/22 14:22:58 tdb Exp $ +# $Id: system.conf,v 1.69 2003/02/22 18:31:02 tdb Exp $ # ############################################################ #### Configuration Files & Groups @@ -50,6 +50,11 @@ Queue.SizeLimit=1000 # The removal algorithm Queue.RemoveAlgorithm=FIRST +# the time (in seconds) at which the XMLCache's contents +# will be rotated. in real terms, this means the minimum +# age at which an XMLPacket can be before it is deleted +# from the cache. +XMLCache.cleanupPeriod=30 ############################################################ #### FilterManager configuration @@ -111,7 +116,7 @@ Filter.KeyLength=15 # Comment either of these (or delete them) and # that interface won't be started RootFilter.realtimeInterfaceName=realtimeclients -RootFilter.dbInterfaceName=database +#RootFilter.dbInterfaceName=database @@ -197,6 +202,9 @@ Monitor.Process.threshold.UPPER=1500 # Memory monitor threshold values Monitor.Memory.threshold.LOWER=80 Monitor.Memory.threshold.UPPER=90 +# Whether to include 'cache' in the 'free' value +# (1 is true, anything else is false) +Monitor.Memory.useCacheAsFree=1 # Swap monitor threshold values