You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2008/01/01 14:56:33 UTC

svn commit: r607842 - /ofbiz/trunk/startofbiz.sh

Author: hansbak
Date: Tue Jan  1 05:56:33 2008
New Revision: 607842

URL: http://svn.apache.org/viewvc?rev=607842&view=rev
Log:
reverted a unwanted change from revision 607389 

Modified:
    ofbiz/trunk/startofbiz.sh

Modified: ofbiz/trunk/startofbiz.sh
URL: http://svn.apache.org/viewvc/ofbiz/trunk/startofbiz.sh?rev=607842&r1=607841&r2=607842&view=diff
==============================================================================
--- ofbiz/trunk/startofbiz.sh (original)
+++ ofbiz/trunk/startofbiz.sh Tue Jan  1 05:56:33 2008
@@ -32,7 +32,7 @@
 ADMIN="-Dofbiz.admin.port=$ADMIN_PORT -Dofbiz.admin.key=$ADMIN_KEY"
 #DEBUG="-Dsun.rmi.server.exceptionTrace=true"
 #RMIIF="-Djava.rmi.server.hostname=<set your IP address here>"
-MEMIF="-Xms256M -Xmx512M"
+MEMIF="-Xms128M -Xmx256M"
 LANGUAGE="-Duser.language=en"
 VMARGS="$MEMIF $DEBUG $RMIIF $ADMIN $LANGUAGE"