[jboss-user] [JBoss Web Services] - Re: Jboss with axis2 web service using high CPU utilization

rajesh gupta do-not-reply at jboss.com
Mon Apr 30 01:13:50 EDT 2012


rajesh gupta [https://community.jboss.org/people/rajesh_nadiminti] created the discussion

"Re: Jboss with axis2 web service using high CPU utilization"

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

--------------------------------------------------------------
We tried different parametrs of GC and tested them too finally we are with the following GC params(as it is giving good TPS with minimal pause time of app). 
JAVA_OPTS="$JAVA_OPTS -Xmx4096m -Xms4096m -Xmn2g -Xss128k -XX:ParallelGCThreads=8 -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:SurvivorRatio=8 -XX:TargetSurvivorRatio=90 -XX:MaxTenuringThreshold=31 -XX:MaxPermSize=512m -XX:PermSize=256m 

But we didnt find any drop/increase in CPU utilization with all the test we performed with different combination and different type of GC collector.
--------------------------------------------------------------

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

Start a new discussion in JBoss Web Services at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20120430/94dbecfa/attachment.html 


More information about the jboss-user mailing list