[jboss-user] [JBoss Cache: Core Edition] - Re: Passivation false problem
rachna_agg
do-not-reply at jboss.com
Fri Jun 27 07:45:05 EDT 2008
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
More information about the jboss-user
mailing list