The JBOSS_JAVA_OPTS variable specifies the memory settings for the JBoss
Java virtual machine.
Values
Java specifications
Default
-Xms1024m
-Xmx2048m
Important: All JVM parameters but
-Xms1024m
and
-Xmx2048m have been hard-coded in the
TeamForge core application. You need not
manually configure any other parameter (such as -XX:MaxMetaspaceSize=512m
-XX:ReservedCodeCacheSize=128M -server -XX:+HeapDumpOnOutOfMemoryError
-Djsse.enableSNIExtension=false -Dsun.rmi.dgc.client.gcInterval=600000
-Dsun.rmi.dgc.server.gcInterval=600000) in the
site-options.conf file.
When you change the default
value of a JVM parameter such as "-XX:HeapDumpPath", the JBoss runtime
parameters include both the user defined and default values for the JVM
parameter. However, JBoss runs with the user defined value and ignores the
default value.