To support large CA GovernanceMinder configurations, you can expand the Java Virtual Machine (JVM) memory cache for CA GovernanceMinder server.
Follow these steps:
gm_install\Server\eurekify-jboss\bin\
Note: gm_install is the CA GovernanceMinder installation directory.
C:\jboss5.1.0.GA\bin
set JAVA_OPTS=%JAVA_OPTS% -Xms728m -Xmx1536m -XX:MaxPermSize=256m
Defines the minimum size of heap memory. For example, -Xms1200m sets minimum heap memory to 1.2 GB.
Defines the maximum size of heap memory. For example, -Xmx20g sets maximum heap memory to 20 GB.
Note: When using a 64bit JDK, and the available memory is greater than 1400M, set the -Xmx parameter to use available memory.
The Java Virtual Machine memory heap has been resized in a JBoss/Windows and JBoss/Linux Environment.
| Copyright © 2012 CA. All rights reserved. |
|