I have just noticed that the JVM memory settings in the startofbiz.bat script are:

-Xms256M -Xmx512M

while in the startofbiz.sh script are:

-Xms128M -Xmx256M

In the ant "run" task the memory setting is also different:

<property name="memory.max.param" value="-Xmx384M"/>

Should we unify the above settings?  We may use:

-Xms128M -Xmx512M

for all.

What do you think?

Jacopo

Reply via email to