0 Replies Latest reply on Sep 18, 2013 2:58 PM by bipinbora

    Active Sessions Load Metric in JBoss 5.01.  Can this limit be increased from 1000?

    bipinbora

      Here is the information from the following file:

      <JBoss-Home>/5.01/mod_cluster.sar/META-INF/mod-cluster-jboss-beans.xml


      We had our production server stalled recently because there were too many active sessions.  Can this number be increased and if so, what is the maximum possible?


      Thanks!


        <bean name="ActiveSessionsLoadMetric" class="org.jboss.modcluster.load.metric.impl.ActiveSessionsLoadMetric" mode="On Demand">

          <annotation>@org.jboss.aop.microcontainer.aspects.jmx.JMX(name="jboss.web:service=ModCluster,provider=LoadBalanceFactor,metric=ActiveSessions",exposedInterface=org.jboss.modcluster.load.metric.LoadMetricMBean.class)</annotation>

          <!-- This metric requires an explicit capacity, e.g. max capacity of 1000 active sessions -->

          <property name="capacity">1000</property>

        </bean>