How can I increase the memory allocated to IXIA CCMS Web?
You can manually increase the amount of memory allocated to IXIA CCMS Web.
Description
The tomcat-ccms-stderr log file shows messages related to threads and memory leaks.
Solution
For a Windows installation, do the following:
- In the E:\<web-installation-directory>\apache-tomcat-<version>\bin directory run the following from a command prompt:
tomcat9w.exe //ES/tomcat-ccms
- In the Properties dialog box that appears, click the Java tab.
- There are two entries for memory: Initial memory pool with a default of 512 and Maximum memory pool with a default of 8192. You can double both values.
- Click OK.
- Restart the Tomcat service.
For a Linux installation, do the following:
- Edit the [CCMS Web Path]/apache-tomcat-[version]/bin/setenv.sh file.
- Change the default
-Xmx
(Initial memory pool) and-Xms
(Maximum memory pool) values.You can double these values. For example, changing
-Xmx8192m
to-Xmx16384m
- At a Linux prompt, type the following:
/sbin/service tomcat-ccms restart