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 2012/05/05 09:43:20 UTC

svn commit: r1334331 - in /ofbiz/trunk: framework/start/src/org/ofbiz/base/start/start.properties startofbiz.sh

Author: hansbak
Date: Sat May  5 07:43:19 2012
New Revision: 1334331

URL: http://svn.apache.org/viewvc?rev=1334331&view=rev
Log:
set memory back to 640k and add demo message

Modified:
    ofbiz/trunk/framework/start/src/org/ofbiz/base/start/start.properties
    ofbiz/trunk/startofbiz.sh

Modified: ofbiz/trunk/framework/start/src/org/ofbiz/base/start/start.properties
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/start/src/org/ofbiz/base/start/start.properties?rev=1334331&r1=1334330&r2=1334331&view=diff
==============================================================================
--- ofbiz/trunk/framework/start/src/org/ofbiz/base/start/start.properties (original)
+++ ofbiz/trunk/framework/start/src/org/ofbiz/base/start/start.properties Sat May  5 07:43:19 2012
@@ -29,7 +29,7 @@
 
 # --- Set these for shutting down when running as background process
 ofbiz.admin.host=127.0.0.1
-ofbiz.admin.port=10523
+ofbiz.admin.port=10524
 ofbiz.admin.key=so3du5kasd5dn
 
 # --- External Base configuration files (relative to ofbiz.home)

Modified: ofbiz/trunk/startofbiz.sh
URL: http://svn.apache.org/viewvc/ofbiz/trunk/startofbiz.sh?rev=1334331&r1=1334330&r2=1334331&view=diff
==============================================================================
--- ofbiz/trunk/startofbiz.sh (original)
+++ ofbiz/trunk/startofbiz.sh Sat May  5 07:43:19 2012
@@ -30,7 +30,7 @@ rm -f $OFBIZ_LOG
 #automatic IP address for linux
 #IPADDR=`/sbin/ifconfig eth0 | grep 'inet addr:' | cut -d: -f2 | awk '{ print $1}'`
 #RMIIF="-Djava.rmi.server.hostname=$IPADDR"
-MEMIF="-Xms128M -Xmx512M -XX:MaxPermSize=512m"
+MEMIF="-Xms512M -Xmx640M -XX:MaxPermSize=512m"
 #JMX="-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=33333 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false"
 #MISC="-Duser.language=en"
 VMARGS="$MEMIF $MISC $JMX $DEBUG $RMIIF"
@@ -49,5 +49,5 @@ fi
 #BUILD_ID=dontKillMe
 
 # start ofbiz
-#$JAVA $VMARGS -jar ofbiz.jar $* >>$OFBIZ_LOG 2>>$OFBIZ_LOG&
-exec "$JAVA" $VMARGS -jar ofbiz.jar "$@"
+$JAVA $VMARGS -jar ofbiz.jar $* >>$OFBIZ_LOG 2>>$OFBIZ_LOG&
+#exec "$JAVA" $VMARGS -jar ofbiz.jar "$@"