[jboss-user] [Performance Tuning] - Re: About the UseParallelOldGC
cytchiu
do-not-reply at jboss.com
Wed Jun 24 22:37:26 EDT 2009
Thank you Peter. Can I say?
The problem typically happens when there are too many parallelOldGC
threads in the process and there is too small an old generation. This
results in excessive work stealing between the GC threads and this
work stealing bangs on a lock. Too many ParallelOldGC threads without
enough old space to carve up between them result in this work stealing
pathology.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239891#4239891
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239891
More information about the jboss-user
mailing list