[jboss-user] [JBoss Cache: Core Edition] - Re: What is the definition of Node in treecache? Passive?

bstansberry@jboss.com do-not-reply at jboss.com
Tue Apr 7 13:49:05 EDT 2009


The eviction event queue holds event objects that describe reads and writes to the cache. Those are used by the eviction handling code to determine which nodes to evict (e.g. what nodes are LRU).

The queue itself takes memory, but it's a bounded queue so it won't grow beyond 200,000 entries. But these WARN messages are a sign that eviction is overloaded, which can result in excess nodes being left in the cache.

I would reduce your wakeUpIntervalSeconds to 1.

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

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4224132



More information about the jboss-user mailing list