FlexNet Code Insight 6.13.2
To set Max Heap, do the following:
1. | Go to the <Code Insight_ROOT_DIR>\<version>\tomcat\bin\ directory and edit the catalina.bat file if running Windows or catalina.sh file if running Linux. |
2. | Update the Max Heap size (-Xmx) for Tomcat. FlexNet Code Insight recommends that you set the Max Heap size to approximately 80% of available memory. For a 16GB system, the value should be set to 12288m. For 32GB systems, the value should be set to 25600. See the example below. |
3. | Update the Min Heap size (-Xms) to be equal to or less than the max heap size. For a 16GB system, the value should be set to 12288m. For 32GB system, the value should be set to 25600. See the example below. |
Windows
set CATALINA_OPTS=-Xms12288m -Xmx12288m -XX:PermSize=1024m -XX:MaxPermSize=1024m
Linux
CATALINA_OPTS="-Xms12288m -Xmx12288m -XX:PermSize=1024m -XX:MaxPermSize=1024m
FlexNet Code Insight 6.13.2 Online Help LibraryAugust 2019 |
Copyright Information | Flexera Software |