You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2009/06/11 23:22:30 UTC

svn commit: r783917 - /ofbiz/trunk/README

Author: jleroux
Date: Thu Jun 11 21:22:30 2009
New Revision: 783917

URL: http://svn.apache.org/viewvc?rev=783917&view=rev
Log:
To be consistent with other scripts (we should also change the http://build.ofbiz.org/ page)

Modified:
    ofbiz/trunk/README

Modified: ofbiz/trunk/README
URL: http://svn.apache.org/viewvc/ofbiz/trunk/README?rev=783917&r1=783916&r2=783917&view=diff
==============================================================================
--- ofbiz/trunk/README (original)
+++ ofbiz/trunk/README Thu Jun 11 21:22:30 2009
@@ -14,7 +14,7 @@
 that comes with OFBiz, which is ofbiz.jar. To do this on the
 command line you would run:
 
-java -Xmx256M -jar ofbiz.jar
+java -Xms128M -Xmx512M -jar ofbiz.jar
 
 There are also start scripts for Windows and Unix-based
 operating systems, namely startofbiz.bat and startofbiz.sh.