You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by bu...@apache.org on 2015/02/03 15:22:13 UTC

svn commit: r938806 - in /websites/staging/nifi/trunk/content: ./ development/quickstart.html

Author: buildbot
Date: Tue Feb  3 14:22:12 2015
New Revision: 938806

Log:
Staging update by buildbot for nifi

Modified:
    websites/staging/nifi/trunk/content/   (props changed)
    websites/staging/nifi/trunk/content/development/quickstart.html

Propchange: websites/staging/nifi/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Feb  3 14:22:12 2015
@@ -1 +1 @@
-1656386
+1656741

Modified: websites/staging/nifi/trunk/content/development/quickstart.html
==============================================================================
--- websites/staging/nifi/trunk/content/development/quickstart.html (original)
+++ websites/staging/nifi/trunk/content/development/quickstart.html Tue Feb  3 14:22:12 2015
@@ -126,7 +126,11 @@
 <ol>
 <li>You need a recent Java 7 (or newer) JDK.</li>
 <li>You need Apache <a href="http://maven.apache.org/">Maven 3.X</a>. <ul>
-<li>We've successfully used 3.2.3 and as far back as 3.0.5</li>
+<li>We've successfully used 3.2.5 and as far back as 3.0.5</li>
+</ul>
+</li>
+<li>Ensure your MAVEN_OPTS provides sufficient memory.  Some build steps are fairly memory intensive<ul>
+<li>These settings have worked well <code>MAVEN_OPTS="-Xms1024m -Xmx3076m -XX:MaxPermSize=256m"</code></li>
 </ul>
 </li>
 <li>[OPTIONAL] Build the nifi nar maven plugin.  <ul>