0 Replies Latest reply on Dec 16, 2018 8:58 PM by aldiyudha

    Jboss parameter make cpu usage high

    aldiyudha

      Hi,

      I want to performance health check my server for get the best throughput of transaction. I got 190 throughput/second but my CPU usage got 97%, only 3%  free.

      I've set parameter for jboss setting. This is my parameter :

       

      JAVA_OPTS="$JAVA_OPTS -d64 -server -XX:+DoEscapeAnalysis  -XX:-TieredCompilation -XX:+UseG1GC -XX:+ExplicitGCInvokesConcurrent -XX:MaxGCPauseMillis=500 -XX:+UseCompressedOops -XX:ReservedCodeCacheSize=256m"

       

      So i want to ask, there is parameter make the CPU usage too high in that parameter?

       

      Thank you everyone