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 <tt>startofbiz.sh</tt> or <tt>startofbiz.bat</tt> to set them:
+
If you have memory related error messages when trying to start up opentaps, 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 32-bit Windows, try
 
For 32-bit Windows, try

Latest revision as of 00:54, 11 March 2010

If you have memory related error messages when trying to start up opentaps, here are some recommended memory settings for opentaps 1.4. You can edit your startofbiz.sh or startofbiz.bat to set them:

For 32-bit Windows, try

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

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"