[jboss-user] [Performance Tuning] - Re: JBoss performance decrease

Peter Johnson do-not-reply at jboss.com
Mon Feb 28 10:02:41 EST 2011


Peter Johnson [http://community.jboss.org/people/peterj] created the discussion

"Re: JBoss performance decrease"

To view the discussion, visit: http://community.jboss.org/message/590106#590106

--------------------------------------------------------------
I see that for the first hour, things go along just fine, then rapidly deteriorate. It would appear that your working set size is gretaer than 600MB, and with the heap settings you have, once you reach 600MB in the old generattion the JVM will perform only major collections and no minor collections. Wolf-Dieter's recommendation to log the GC data and then also analyze it is a good one. You will probably have to increase your heap size. I assume you are running a 32-bit OS in which case you will be limited to about a 1.5GB heap.

For suggestions on how to gather GC data and analyze it,see these white papers:
Java Garbage Collection Statistical Analysis 101
Java Garbage Collection Performance Analysis 201
at  http://www.cmg.org/cgi-bin/search.cgi?q=java+peter+johnson&x=30&y=10 http://www.cmg.org/cgi-bin/search.cgi?q=java+peter+johnson&x=30&y=10
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/590106#590106]

Start a new discussion in Performance Tuning at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2078]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110228/866a2932/attachment.html 


More information about the jboss-user mailing list