You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jcs-dev@jakarta.apache.org by as...@apache.org on 2003/11/06 18:42:14 UTC

cvs commit: jakarta-turbine-jcs/src/conf remote.cache2.ccf remote.cache.ccf

asmuts      2003/11/06 09:42:14

  Modified:    src/conf remote.cache2.ccf remote.cache.ccf
  Log:
  Adding more for remote cache configuration
  
  Revision  Changes    Path
  1.2       +24 -1     jakarta-turbine-jcs/src/conf/remote.cache2.ccf
  
  Index: remote.cache2.ccf
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-jcs/src/conf/remote.cache2.ccf,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- remote.cache2.ccf	7 Apr 2002 16:55:21 -0000	1.1
  +++ remote.cache2.ccf	6 Nov 2003 17:42:14 -0000	1.2
  @@ -15,14 +15,37 @@
   ##############################################################
   ################## DEFAULT CACHE REGION  #####################
   # sets the default aux value for any non configured caches
  +# sets the default aux value for any non configured caches
   jcs.default=DC,RCluster1
   jcs.default.cacheattributes=org.apache.jcs.engine.CompositeCacheAttributes
   jcs.default.cacheattributes.MaxObjects=1000
  +jcs.default.cacheattributes.MemoryCacheName=org.apache.jcs.engine.memory.lru.LRUMemoryCache
  +jcs.default.cacheattributes.UseMemoryShrinker=true
  +jcs.default.cacheattributes.MaxMemoryIdleTimeSeconds=3600
  +jcs.default.cacheattributes.ShrinkerIntervalSeconds=60
  +jcs.default.cacheattributes.ShrinkerIntervalSeconds=60
  +jcs.default.elementattributes=org.apache.jcs.engine.ElementAttributes
  +jcs.default.elementattributes.IsEternal=false
  +jcs.default.elementattributes.MaxLifeSeconds=7
  +jcs.default.elementattributes.IdleTime=1800
  +jcs.default.elementattributes.IsSpool=true
  +jcs.default.elementattributes.IsRemote=true
  +jcs.default.elementattributes.IsLateral=true
   
  +# SYSTEM CACHE
   # should be defined for the storage of group attribute list
   jcs.system.groupIdCache=DC,RCluster1
   jcs.system.groupIdCache.cacheattributes=org.apache.jcs.engine.CompositeCacheAttributes
  -jcs.system.groupIdCache.cacheattributes.MaxObjects=1000
  +jcs.system.groupIdCache.cacheattributes.MaxObjects=10000
  +jcs.system.groupIdCache.cacheattributes.MemoryCacheName=org.apache.jcs.engine.memory.lru.LRUMemoryCache
  +jcs.system.groupIdCache.elementattributes=org.apache.jcs.engine.ElementAttributes
  +jcs.system.groupIdCache.elementattributes.IsEternal=true
  +jcs.system.groupIdCache.elementattributes.MaxLifeSeconds=3600
  +jcs.system.groupIdCache.elementattributes.IdleTime=1800
  +jcs.system.groupIdCache.elementattributes.IsSpool=true
  +jcs.system.groupIdCache.elementattributes.IsRemote=true
  +jcs.system.groupIdCache.elementattributes.IsLateral=true
  +
    
   
   ##############################################################
  
  
  
  1.2       +23 -2     jakarta-turbine-jcs/src/conf/remote.cache.ccf
  
  Index: remote.cache.ccf
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-jcs/src/conf/remote.cache.ccf,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- remote.cache.ccf	7 Apr 2002 16:55:20 -0000	1.1
  +++ remote.cache.ccf	6 Nov 2003 17:42:14 -0000	1.2
  @@ -15,14 +15,35 @@
   ##############################################################
   ################## DEFAULT CACHE REGION  #####################
   # sets the default aux value for any non configured caches
  -jcs.default=DC,RCluster1,RCluster2
  +jcs.default=DC,RCluster1
   jcs.default.cacheattributes=org.apache.jcs.engine.CompositeCacheAttributes
   jcs.default.cacheattributes.MaxObjects=1000
  +jcs.default.cacheattributes.MemoryCacheName=org.apache.jcs.engine.memory.lru.LRUMemoryCache
  +jcs.default.cacheattributes.UseMemoryShrinker=true
  +jcs.default.cacheattributes.MaxMemoryIdleTimeSeconds=3600
  +jcs.default.cacheattributes.ShrinkerIntervalSeconds=60
  +jcs.default.cacheattributes.ShrinkerIntervalSeconds=60
  +jcs.default.elementattributes=org.apache.jcs.engine.ElementAttributes
  +jcs.default.elementattributes.IsEternal=false
  +jcs.default.elementattributes.MaxLifeSeconds=7
  +jcs.default.elementattributes.IdleTime=1800
  +jcs.default.elementattributes.IsSpool=true
  +jcs.default.elementattributes.IsRemote=true
  +jcs.default.elementattributes.IsLateral=true
   
  +# SYSTEM CACHE
   # should be defined for the storage of group attribute list
   jcs.system.groupIdCache=DC,RCluster1
   jcs.system.groupIdCache.cacheattributes=org.apache.jcs.engine.CompositeCacheAttributes
  -jcs.system.groupIdCache.cacheattributes.MaxObjects=1000
  +jcs.system.groupIdCache.cacheattributes.MaxObjects=10000
  +jcs.system.groupIdCache.cacheattributes.MemoryCacheName=org.apache.jcs.engine.memory.lru.LRUMemoryCache
  +jcs.system.groupIdCache.elementattributes=org.apache.jcs.engine.ElementAttributes
  +jcs.system.groupIdCache.elementattributes.IsEternal=true
  +jcs.system.groupIdCache.elementattributes.MaxLifeSeconds=3600
  +jcs.system.groupIdCache.elementattributes.IdleTime=1800
  +jcs.system.groupIdCache.elementattributes.IsSpool=true
  +jcs.system.groupIdCache.elementattributes.IsRemote=true
  +jcs.system.groupIdCache.elementattributes.IsLateral=true
    
   
   ##############################################################
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-jcs-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-jcs-dev-help@jakarta.apache.org