[jboss-user] [Performance Tuning] - Re: Sudden increase in Jboss memory
PeterJ
do-not-reply at jboss.com
Fri Mar 27 11:41:05 EDT 2009
There will be a stack trace for each thread. This will give you and idea of what each thread is doing. Ignore threads waiting on the http queue, instead look for threads running you app code. Then in the next thread dump, look at the same threads to see what they are doing. Threads that appear to be in the same code for all the dumps. and the code they are in, is where the problem is at.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4221604#4221604
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4221604
More information about the jboss-user
mailing list