Sounds like you are running into a major garbage collection performance issue. You can verify this by setting the -verbose:gc JVM command line option and checking to see if the gc happens at the same time you are seeing the response time spike.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128446#4128446 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4128446 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
