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

svn commit: r841443 - in /websites/staging/stanbol/trunk/content: ./ docs/trunk/tutorial.html

Author: buildbot
Date: Mon Dec 10 16:18:06 2012
New Revision: 841443

Log:
Staging update by buildbot for stanbol

Modified:
    websites/staging/stanbol/trunk/content/   (props changed)
    websites/staging/stanbol/trunk/content/docs/trunk/tutorial.html

Propchange: websites/staging/stanbol/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Dec 10 16:18:06 2012
@@ -1 +1 @@
-1415614
+1419557

Modified: websites/staging/stanbol/trunk/content/docs/trunk/tutorial.html
==============================================================================
--- websites/staging/stanbol/trunk/content/docs/trunk/tutorial.html (original)
+++ websites/staging/stanbol/trunk/content/docs/trunk/tutorial.html Mon Dec 10 16:18:06 2012
@@ -90,7 +90,7 @@
 <h2 id="build-and-run-your-apache-stanbol-instance">Build and run your Apache Stanbol instance</h2>
 <p>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:<br />
 </p>
-<div class="codehilite"><pre><span class="c">% export MAVEN_OPTS=&quot;-Xmx512M -XX:MaxPermSize=128M&quot;</span>
+<div class="codehilite"><pre><span class="c">% export MAVEN_OPTS=&quot;-Xmx512M -XX:MaxPermSize=256M&quot;</span>
 </pre></div>