[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: JBoss crashed under peak load
f_marchioni
do-not-reply at jboss.com
Wed Aug 19 07:31:31 EDT 2009
Hello,
it would be necessary to know more details about your applications, anyway if jBoss is overwhelmed by the amount of request you might try to increase the thread pool in conf/jboss-service.xml
for example:
<mbean code="org.jboss.util.threadpool.BasicThreadPool"
| name="jboss.system:service=ThreadPool">
| <attribute name="Name">JBoss System Threads</attribute>
| <attribute name="ThreadGroupName">System Threads</attribute>
| <attribute name="KeepAliveTime">60000</attribute>
| <attribute name="MaximumPoolSize">500</attribute>
| <attribute name="MaximumQueueSize">2000</attribute>
| <attribute name="BlockingMode">run</attribute>
| </mbean>
hope it helps
Francesco
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250361#4250361
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4250361
More information about the jboss-user
mailing list