[jboss-user] [Performance Tuning] - Re: jboss 5.1.0: performance drops after one hour and strange GC behaviour

Wolf-Dieter Fink do-not-reply at jboss.com
Fri Aug 16 11:29:47 EDT 2013


Wolf-Dieter Fink [https://community.jboss.org/people/wdfink] created the discussion

"Re: jboss 5.1.0: performance drops after one hour and strange GC behaviour"

To view the discussion, visit: https://community.jboss.org/message/832917#832917

--------------------------------------------------------------
It might be that objects survive too many GC's in youngGen and are moved to the OldGen, here the GC is more expensive, also each move in survivor spaces will have costs.

What might be an option is to use the CMS GC and increase the size of heap, specially the YoungGen that the objects are mostly out of date here.
Also it might that the survivor space is too small to keep all survived objects, in that case the whole bunch is directly moved to the OldGen.
I would check the behaviour in a test environment, you might use visualGC to see how objects are moved in survivor spaces, but be aware that visualGC will burden the watched VM.
--------------------------------------------------------------

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

Start a new discussion in Performance Tuning at Community
[https://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/20130816/3fd906b6/attachment-0001.html 


More information about the jboss-user mailing list