Difference between revisions of "Recommended Memory Settings"

From Opentaps Wiki
Jump to navigationJump to search
Line 1: Line 1:
Here are some recommended memory settings for opentaps 1.4. You can edit your startofbiz.sh or startofbiz.bat to set them:
+
Here are some recommended memory settings for opentaps 1.4. You can edit your <tt>startofbiz.sh</tt> or <tt>startofbiz.bat</tt> to set them:
  
 
For testing and development, try
 
For testing and development, try

Revision as of 18:30, 10 March 2010

Here are some recommended memory settings for opentaps 1.4. You can edit your startofbiz.sh or startofbiz.bat to set them:

For testing and development, try

MEMIF="-Xms512M -Xmx1536M -XX:MaxPermSize=1024M"

or

MEMIF="-Xms512M -Xmx1536M -XX:MaxPermSize=512M"

For production environments, try

MEMIF="-Xms1024M -Xmx2048M -XX:MaxPermSize=1024M"

or

MEMIF="-Xms1024M -Xmx3072M -XX:MaxPermSize=1024M"