To support large CA RCM configurations, you can expand the Java Virtual Machine (JVM) memory cache for CA RCM server.
To resize the Java Virtual Machine memory heap in a JBoss/Windows Environment
RCM_install\Server\eurekify-jboss\bin\
Note: RCM_install is the CA RCM installation directory.
C:\jboss4.2.2.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.
| Copyright © 2010 CA. All rights reserved. | Email CA Technologies about this topic |