Here are the Evictoin Policy Details:

<attribute name="EvictionPolicyConfig">
  |             <config>
  |                 <attribute name="wakeUpIntervalSeconds">5</attribute>
  |                 <attribute name="eventQueueSize">200000</attribute>
  |                 <attribute name="policyClass">
  |                     org.jboss.cache.eviction.LRUPolicy
  |                 </attribute>
  |                 <region name="/">
  |                     <attribute name="maxNodes">500</attribute>
  |                     <attribute name="timeToLiveSeconds">1000</attribute>
  |                 </region>
  |                 <region name="/_default_">
  |                     <attribute name="maxNodes">500</attribute>
  |                     <attribute name="timeToLiveSeconds">1000</attribute>
  |                 </region>
  |            </config>
  |         </attribute>

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

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

Reply via email to