For running JAVA code, We need JVM. Typically We can set the JVM sizes in Application servers. This JVM size is also called Heap Size.
JVM heap size Configuration file:
File_Name Location Server_Name OS_Name 64/32 Bit Processor Heap Sise_Max
-------------------------------------------------------------------------------------------------------
run.conf JBOSS_HOME/bin JBOSS Windows 32 1.4G to 1.6G
run.conf JBOSS_HOME/bin JBOSS Windows 64 3G
run.conf JBOSS_HOME/bin JBOSS Sun Solaris 32 2G
run.conf JBOSS_HOME/bin JBOSS Sun Solaris 64 4G
run.conf JBOSS_HOME/bin JBOSS Unix/Linux 32 2G
run.conf JBOSS_HOME/bin JBOSS Unix/Linux 64 4G
------------------------------------------------------------------------------------------------------------------------------
catalena.sh TOMCAT_HOME/bin TOMCAT Windows 32 1.4G to 1.6G
catalena.sh TOMCAT_HOME/bin TOMCAT Windows 64 3G
catalena.sh TOMCAT_HOME/bin TOMCAT Sun Solaris 32 2G
catalena.sh TOMCAT_HOME/bin TOMCAT Sun Solaris 64 4G
catalena.sh TOMCAT_HOME/bin TOMCAT Unix/Linux 32 2G
catalena.sh TOMCAT_HOME/bin TOMCAT Unix/Linux 64 4G
-----------------------------------------------------------------------------------------------------
JVM heap size Configuration file:
File_Name Location Server_Name OS_Name 64/32 Bit Processor Heap Sise_Max
-------------------------------------------------------------------------------------------------------
run.conf JBOSS_HOME/bin JBOSS Windows 32 1.4G to 1.6G
run.conf JBOSS_HOME/bin JBOSS Windows 64 3G
run.conf JBOSS_HOME/bin JBOSS Sun Solaris 32 2G
run.conf JBOSS_HOME/bin JBOSS Sun Solaris 64 4G
run.conf JBOSS_HOME/bin JBOSS Unix/Linux 32 2G
run.conf JBOSS_HOME/bin JBOSS Unix/Linux 64 4G
------------------------------------------------------------------------------------------------------------------------------
catalena.sh TOMCAT_HOME/bin TOMCAT Windows 32 1.4G to 1.6G
catalena.sh TOMCAT_HOME/bin TOMCAT Windows 64 3G
catalena.sh TOMCAT_HOME/bin TOMCAT Sun Solaris 32 2G
catalena.sh TOMCAT_HOME/bin TOMCAT Sun Solaris 64 4G
catalena.sh TOMCAT_HOME/bin TOMCAT Unix/Linux 32 2G
catalena.sh TOMCAT_HOME/bin TOMCAT Unix/Linux 64 4G
-----------------------------------------------------------------------------------------------------
server.xml See below note1 Web Sphere Windows 32 1.4G to 1.6G
server.xml See below note1 Web Spher Windows 64 3Gserver.xml See below note1 Web Sphere Sun Solaris 32 2G
server.xml See below note1 Web Sphere Sun Solaris 64 4G
server.xml See below note1 Web Sphere Unix/Linux 32 2GBserver.xml See below note1 Web Sphere Unix/Linux 64 4G
Note:For Web Sphere Location is in Command Prompt: <TWS_home>/appserver/profiles/twsprofile/config/cells/ DefaultNode/nodes/DefaultNode/servers/server1/server.xml
For Web Sphere Location is in UI : Application servers > server1 > Java and Process Management > Process Definition >Java Virtual Machine
1 comment:
Post a Comment