Difference between revisions of "Zulu - Increasing Memory Allocation"

From 360Works Product Documentation Wiki
Jump to navigation Jump to search
(Created page with "Zulu has a default memory allocation of 1024 MB. This memory allocation is shared across all 360Works web apps that are installed on the machine. If you are getting out of mem...")
 
 
Line 1: Line 1:
 
Zulu has a default memory allocation of 1024 MB. This memory allocation is shared across all 360Works web apps that are installed on the machine. If you are getting out of memory errors, you will need to increase the memory allocation for Zulu. Please follow the instructions below to do so.
 
Zulu has a default memory allocation of 1024 MB. This memory allocation is shared across all 360Works web apps that are installed on the machine. If you are getting out of memory errors, you will need to increase the memory allocation for Zulu. Please follow the instructions below to do so.
  
===Allocate more memory for Zulus===
+
===Allocate more memory for Zulu===
 
If you need to increase the memory allocation, modify the setenv file in a text editor. The file is located here:
 
If you need to increase the memory allocation, modify the setenv file in a text editor. The file is located here:
 
<pre>
 
<pre>

Latest revision as of 17:38, 24 July 2024

Zulu has a default memory allocation of 1024 MB. This memory allocation is shared across all 360Works web apps that are installed on the machine. If you are getting out of memory errors, you will need to increase the memory allocation for Zulu. Please follow the instructions below to do so.

Allocate more memory for Zulu

If you need to increase the memory allocation, modify the setenv file in a text editor. The file is located here:

Mac: /Library/360Works/Applications/bin/setenv.sh
Windows: C:\Program Files\360Works\Applications\bin\setenv.bat

Look at the line that begins:

CATALINA_OPTS="-Dcom.prosc.tomcat=true -Xmx1024M

Modify the -Xmx parameter to allocate the desired amount of memory. Below is an allocation of 1 Gigabytes

CATALINA_OPTS="-Dcom.prosc.tomcat=true -Xmx1G

The new memory settings won't take effect until Tomcat is restarted, which can be done using the 360Works Admin utility, which you can restart using the instructions here: Restart_tomcat