You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by re...@apache.org on 2012/12/10 17:17:59 UTC

svn commit: r1419557 - /stanbol/site/trunk/content/docs/trunk/tutorial.mdtext

Author: reto
Date: Mon Dec 10 16:17:58 2012
New Revision: 1419557

URL: http://svn.apache.org/viewvc?rev=1419557&view=rev
Log:
on 64 bit linux 128M permsize doesn't seem to be  enough to compile with tests

Modified:
    stanbol/site/trunk/content/docs/trunk/tutorial.mdtext

Modified: stanbol/site/trunk/content/docs/trunk/tutorial.mdtext
URL: http://svn.apache.org/viewvc/stanbol/site/trunk/content/docs/trunk/tutorial.mdtext?rev=1419557&r1=1419556&r2=1419557&view=diff
==============================================================================
--- stanbol/site/trunk/content/docs/trunk/tutorial.mdtext (original)
+++ stanbol/site/trunk/content/docs/trunk/tutorial.mdtext Mon Dec 10 16:17:58 2012
@@ -6,7 +6,7 @@ This tutorial targets content management
 
 To build Apache Stanbol from source you need Java 6 and maven 2.2.1 + (version as defined in the pom). You probably need also: 	
 
-	% export MAVEN_OPTS="-Xmx512M -XX:MaxPermSize=128M"
+	% export MAVEN_OPTS="-Xmx512M -XX:MaxPermSize=256M"
 
 Fetch the sources from the Apache Stanbol code repository