asmuts 02/02/18 10:44:13 Modified: src/conf log4j.properties cache.ccf Log: making the shrinker available to all memory caches Revision Changes Path 1.3 +2 -0 jakarta-turbine-stratum/src/conf/log4j.properties Index: log4j.properties =================================================================== RCS file: /home/cvs/jakarta-turbine-stratum/src/conf/log4j.properties,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- log4j.properties 17 Feb 2002 07:09:06 -0000 1.2 +++ log4j.properties 18 Feb 2002 18:44:13 -0000 1.3 @@ -32,3 +32,5 @@ # Disk auxiliaries log4j.category.org.apache.stratum.jcs.auxiliary.disk=WARN,WF +log4j.category.org.apache.stratum.jcs.engine.memory.shrinking=ERROR,A1 + 1.10 +9 -0 jakarta-turbine-stratum/src/conf/cache.ccf Index: cache.ccf =================================================================== RCS file: /home/cvs/jakarta-turbine-stratum/src/conf/cache.ccf,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- cache.ccf 17 Feb 2002 07:09:06 -0000 1.9 +++ cache.ccf 18 Feb 2002 18:44:13 -0000 1.10 @@ -27,6 +27,15 @@ jcs.region.testCache2.cacheattributes.MaxObjects=1000 jcs.region.testCache2.cacheattributes.MemoryCacheName=org.apache.stratum.jcs.engine.memory.lru.LRUMemoryCache +jcs.region.testCache3=DC +jcs.region.testCache3.cacheattributes=org.apache.stratum.jcs.engine.CompositeCacheAttributes +jcs.region.testCache3.cacheattributes.MaxObjects=1000 +jcs.region.testCache3.cacheattributes.MemoryCacheName=org.apache.stratum.jcs.engine.memory.shrinking.ShrinkingMemoryCache +jcs.region.testCache3.cacheattributes.UseMemoryShrinker=true +jcs.region.testCache3.cacheattributes.MaxMemoryIdleTimeSeconds=10 +jcs.region.testCache3.cacheattributes.ShrinkerIntervalSeconds=5 + + # prefered config jcs.region.test2=DC,RFailover jcs.region.test2.cacheattributes=org.apache.stratum.jcs.engine.CompositeCacheAttributes
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
