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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to