asmuts 2004/07/22 06:16:21 Modified: src/conf log4j.properties cache.ccf Log: New settings for testing disk defragmentation Revision Changes Path 1.4 +1 -1 jakarta-turbine-jcs/src/conf/log4j.properties Index: log4j.properties =================================================================== RCS file: /home/cvs/jakarta-turbine-jcs/src/conf/log4j.properties,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- log4j.properties 14 May 2004 05:03:28 -0000 1.3 +++ log4j.properties 22 Jul 2004 13:16:21 -0000 1.4 @@ -30,7 +30,7 @@ #log4j.logger.org.apache.jcs.engine.memory.shrinking=DEBUG #log4j.logger.org.apache.jcs.auxiliary.disk=DEBUG -#log4j.logger.org.apache.jcs.auxiliary.disk.indexed=INFO +log4j.logger.org.apache.jcs.auxiliary.disk.indexed=INFO #log4j.category.org.apache.jcs.config=WARN,A1 1.9 +3 -3 jakarta-turbine-jcs/src/conf/cache.ccf Index: cache.ccf =================================================================== RCS file: /home/cvs/jakarta-turbine-jcs/src/conf/cache.ccf,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- cache.ccf 16 Jul 2004 01:29:51 -0000 1.8 +++ cache.ccf 22 Jul 2004 13:16:21 -0000 1.9 @@ -37,7 +37,7 @@ # Regions preconfirgured for caching jcs.region.testCache1=DC jcs.region.testCache1.cacheattributes=org.apache.jcs.engine.CompositeCacheAttributes -jcs.region.testCache1.cacheattributes.MaxObjects=100 +jcs.region.testCache1.cacheattributes.MaxObjects=10 jcs.region.testCache1.cacheattributes.MemoryCacheName=org.apache.jcs.engine.memory.lru.LRUMemoryCache jcs.region.testCache1.cacheattributes.UseMemoryShrinker=false jcs.region.testCache1.cacheattributes.MaxMemoryIdleTimeSeconds=5000 @@ -65,7 +65,7 @@ jcs.region.testCache3= jcs.region.testCache3.cacheattributes=org.apache.jcs.engine.CompositeCacheAttributes jcs.region.testCache3.cacheattributes.MaxObjects=100000 -jcs.region.testCache3.cacheattributes.MemoryCacheName=org.apache.jcs.engine.memory.lru.LHMLRUMemoryCache +jcs.region.testCache3.cacheattributes.MemoryCacheName=org.apache.jcs.engine.memory.lru.LRUMemoryCache jcs.region.testCache3.cacheattributes.UseMemoryShrinker=false jcs.region.testCache3.cacheattributes.MaxMemoryIdleTimeSeconds=10 jcs.region.testCache3.cacheattributes.ShrinkerIntervalSeconds=60 @@ -101,7 +101,7 @@ jcs.auxiliary.DC.attributes.DiskPath=target/test-sandbox/raf #new disk cache parameter. jcs.auxiliary.DC.attributes.maxKeySize=100000 -jcs.auxiliary.DC.attributes.optimizeAtRemoveCount=-1 +jcs.auxiliary.DC.attributes.optimizeAtRemoveCount=300 # Berkeley DB JE jcs.auxiliary.JE=org.apache.jcs.auxiliary.disk.bdbje.BDBJECacheFactory
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
