0 Replies Latest reply on Sep 9, 2013 6:40 AM by raj_kumar

    eviction node event queue size is at 98% threshold value of capacity: 200000

    raj_kumar

      Hi All,

       

      I am using Jboss cache and when node count increases to 10000 then it start throwing this warning in the logs ;-

       

      16:06:11,256 WARN  [RegionImpl] putNodeEvent(): eviction node event queue size is at 98% threshold value of capacity: 200000 Region: /apm/mo You will need to reduce the wakeUpIntervalSeconds parameter.

       

      I have searched in forum but was not able to find any solution to it.

       

      i am using Jboss 5.1 AS.

       

      Please let me know what can be done in this case , below is the cache configuration

       

      <bean class="org.jboss.cache.config.EvictionRegionConfig">

      <property name="regionName">/apm/mo</property>

      <property name="evictionAlgorithmConfig"> -

      <bean class="org.jboss.cache.eviction.LRUAlgorithmConfig">

      <property name="maxNodes">-1</property>

      <property name="timeToLive">43200000</property>

      <property name="minTimeToLive">0</property> </bean> </property>

      </bean>

       

      THanks

      Raj..