-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
