3 Replies Latest reply on Feb 12, 2013 2:10 AM by nickarls

    What should be the size of JVM Params in production server?

    surajyonzon

      As I am new to JBoss Production server.

       

      Please help me to set the params in production server.

       

      I have the following configuration:

      CPU 8 * 2.66 GHz

      RAM 6 GB

       

      Currently, we are using JBoss AS 7.1.0 Final.

       

      How much should I configure in JVM params for above configuration of hardware?

       

      Currently, in production I have these params:

       

      JAVA_OPTS: -d32 -client -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true -Djboss.server.default.config=standalone.xml

       

      and how to configure those JVM params?