Author: buildbot Date: Mon Nov 18 20:58:40 2013 New Revision: 887135 Log: Staging update by buildbot for openjpa
Modified: websites/staging/openjpa/trunk/content/ (props changed) websites/staging/openjpa/trunk/content/building.html Propchange: websites/staging/openjpa/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Mon Nov 18 20:58:40 2013 @@ -1 +1 @@ -1536901 +1543150 Modified: websites/staging/openjpa/trunk/content/building.html ============================================================================== --- websites/staging/openjpa/trunk/content/building.html (original) +++ websites/staging/openjpa/trunk/content/building.html Mon Nov 18 20:58:40 2013 @@ -200,10 +200,16 @@ console, and are known to work on Linux, <ol> <li>Ensure that you have Java installed and in your path by running: <code>java -fullversion</code></li> -<li>Install the build tool, Apache Maven 2.2.1 or later, from +<li> +<p>Set following maven options to avoid out of memory error:</p> +<p>set MAVEN_OPTS="-XX:MaxPermSize=128m -Xms512m -Xmx1024m"</p> +</li> +<li> +<p>Install the build tool, Apache Maven 2.2.1 or later, from <a href="http://maven.apache.org/">http://maven.apache.org/</a>. If it is installed correctly, typing <em>mvn -v</em> from the console will result in text like <code>Apache Maven 2.2.1 (r801777; -2009-08-06 21:16:01+0200)</code></li> +2009-08-06 21:16:01+0200)</code></p> +</li> <li>Install Subversion v1.4.x or newer from <a href="http://subversion.apache.org/">http://subversion.apache.org/</a>. If it is installed correctly, typing the following command should output help information: <strong>svn help</strong> or <strong>svn --version</strong></li>