IN JBC 1.4 SP9:

I have found,that with configuration below, more concrete region 
(15 nodes maximum) failed to override default one(5 nodes maximum).

Is it ok, what is not OK?


<!--Eviction-->
  | 
  | 
  |         <attribute name="EvictionPolicyConfig">
  |          <config>
  |             <attribute name="wakeUpIntervalSeconds">5</attribute>
  |             
  |             <!-- This defaults to 200000 if not specified -->
  |             <attribute name="eventQueueSize">100000</attribute>
  | 
  |             <!-- Name of the DEFAULT eviction policy class. -->
  |             <attribute 
name="policyClass">org.jboss.cache.eviction.LRUPolicy</attribute>
  | 
  |             <!-- Cache wide default -->
  |             <region name="/_default_">
  |                        <attribute name="timeToLiveSeconds">0</attribute>
  |                <attribute name="maxNodes">5</attribute>
  |             </region>
  | 
  |             <!-- override policy used for this region -->
  |             <region name="test.web.TestEntity" eventQueueSize="500000">
  |                         <attribute name="timeToLiveSeconds">0</attribute>
  |                 <attribute name="maxNodes">15</attribute>
  |             </region>
  |            </config>
  |         </attribute>

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152675#4152675

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4152675
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to