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&...]