Author: rwesten
Date: Mon Jul  9 16:33:52 2012
New Revision: 1359263

URL: http://svn.apache.org/viewvc?rev=1359263&view=rev
Log:
updated recommended maven options to

    export MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=256M

Modified:
    incubator/stanbol/trunk/README.md

Modified: incubator/stanbol/trunk/README.md
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/README.md?rev=1359263&r1=1359262&r2=1359263&view=diff
==============================================================================
--- incubator/stanbol/trunk/README.md (original)
+++ incubator/stanbol/trunk/README.md Mon Jul  9 16:33:52 2012
@@ -25,7 +25,7 @@ semantic content management.
 To build Stanbol you need a JDK 1.6 and Maven 2.2.1 installed. You probably
 need
 
-    $ export MAVEN_OPTS="-Xmx512M -XX:MaxPermSize=128M"
+    $ export MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=256M
 
 If you want to skip the tests, add `-DskipTests` to the Maven command.
 


Reply via email to