Posting the complete eviction config <eviction wakeUpInterval="500" > | <default algorithmClass="org.jboss.cache.eviction.FIFOAlgorithm" eventQueueSize="100000"> | | <property name="maxNodes" value="100" /> | <property name="minTimeToLive" value="36000"/> | </default> | | | <region name="/data" actionPolicyClass="org.jboss.cache.eviction.RemoveOnEvictActionPolicy" algorithmClass="org.jboss.cache.eviction.FIFOAlgorithm" eventQueueSize="100000"> | <property name="maxNodes" value="20" /> | <property name="timeToLive" value="3600000"/> | </region> | | </eviction>
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217719#4217719 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217719 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
