+1.
On Jun 19, 2008, at 4:46 PM, Jacques Le Roux wrote:
There is also the rc.ofbiz file. I think that today -Xms256M -
Xmx512M is OK : +1
Jacques
From: "Jacopo Cappellato" <[EMAIL PROTECTED]>
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