{Optional} Updating the Memory Allocated for Intellicus
Use these instructions to update the memory allocated for Intellicus.
Increase the memory allocated to Report Engine
Follow the steps documented on the Intellicus support site.
Increase the memory allocated to Web Server
For Windows:
Follow the steps documented on the Intellicus support site.
For Linux:
1. Navigate to the [Intellicus Install]\Jakarta\bin directory.
2. Edit the Catalina.sh file.
3. Append the following property:
CATALINA_OPTS="$CATALINA_OPTS -server -Xms1024m -Xmx3052m"
* 
Adjust the value as required.
4. Save the file.
5. Restart the Web Server component of Intellicus.
Was this helpful?