To support large configurations, you can expand the Java virtual machine (JVM) memory cache for the CA GovernanceMinder server.
Follow these steps:
jboss_install\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.2GB. This memory is assigned at server start.
Note: When using a 64bit JDK, and the available memory is greater than 1400M, set the -Xms parameter to use all available memory.
Defines the maximum size of heap memory. For example, -Xmx20g sets maximum heap memory to 20GB. This memory is assigned as needed.
We recommend, for a 64bit system, that you allocate approximately 3GB of cache memory (RAM) for every 1,000,000 elements allowed in cache memory (3 * maxElementsInMemory).
The Java virtual machine memory heap has been resized.
Copyright © 2014 CA.
All rights reserved.
|
|