Monday, December 12, 2011

Increasing JVM Size of Admin Server

There  are 2 different type of servers within the Weblogic Server
1. Admin Server
2. Managed Server

To Increase the JVM Size of Admin Server

The Size of the Admin server can be increased by changing Xmx and Xms values in setDomainEnv.sh which is located in $HOME/user_projects/domains/<Domain>/bin

There are two blocks for XMX and XMS in setDomainEnv.sh. Depending up on type of JVM make changes in second block.

For windoze

XMS_JROCKIT_64BIT=”256″
export XMS_JROCKIT_64BIT
XMS_JROCKIT_32BIT=”256″
export XMS_JROCKIT_32BIT
XMX_JROCKIT_64BIT=”512″
export XMX_JROCKIT_64BIT
XMX_JROCKIT_32BIT=”512″
export XMX_JROCKIT_32BIT

No comments:

Post a Comment