It works well and is supposed to be adapted (some comments in file help), hey
this is Linux world... ;o)
Jacques
From: "Bruno Busco" <[EMAIL PROTECTED]>
+1
About the rc.ofbiz, is it working?
If I well remember I had to do some changes to use it with ubuntu...
I think the files:
# Source function library
. /etc/rc.d/init.d/functions
# Source networking configuration
. /etc/sysconfig/network
were missing, but may be I need to double check...
-Bruno
2008/6/19 Sumit Pandit <[EMAIL PROTECTED]>:
+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