You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by al...@apache.org on 2013/11/18 21:58:33 UTC

svn commit: r1543150 - /openjpa/site/trunk/content/building.mdtext

Author: allee8285
Date: Mon Nov 18 20:58:33 2013
New Revision: 1543150

URL: http://svn.apache.org/r1543150
Log:
CMS commit to openjpa by allee8285

Modified:
    openjpa/site/trunk/content/building.mdtext

Modified: openjpa/site/trunk/content/building.mdtext
URL: http://svn.apache.org/viewvc/openjpa/site/trunk/content/building.mdtext?rev=1543150&r1=1543149&r2=1543150&view=diff
==============================================================================
--- openjpa/site/trunk/content/building.mdtext (original)
+++ openjpa/site/trunk/content/building.mdtext Mon Nov 18 20:58:33 2013
@@ -47,6 +47,11 @@ console, and are known to work on Linux,
 
 1. Ensure that you have Java installed and in your path by running: `java
 -fullversion`
+1. Set following maven options to avoid out of memory error:
+
+
+    set MAVEN_OPTS="-XX:MaxPermSize=128m -Xms512m -Xmx1024m"
+
 1. Install the build tool, Apache Maven 2.2.1 or later, from
 <http://maven.apache.org/>. If it is installed correctly, typing *mvn -v*
 from the console will result in text like `Apache Maven 2.2.1 (r801777;