1 Reply Latest reply on Jan 14, 2014 7:59 AM by rhanus

    JBoss Performance tuning

    trvajjala

      what are the different changes that we need to make JVM and JBoss settings for production for better performance.

       

      following things i have already takes care

        choosing initial heap size equal to maximum heap size for produciton environment.

      choosing correct ratio between young generations.

      here are my settings for JVM arguments in jboss configuraiton.

       

      set "JAVA_OPTS=-Xms1024M -Xmx1024M -XX:MaxNewSize=448M -XX:NewSize=448M -XX:SurvivorRatio=6 -XX:MaxPermSize=256M"