You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by er...@apache.org on 2010/10/31 06:42:02 UTC

svn commit: r1029254 - /james/server/trunk/src/site/xdoc/dev_build.xml

Author: eric
Date: Sun Oct 31 05:42:01 2010
New Revision: 1029254

URL: http://svn.apache.org/viewvc?rev=1029254&view=rev
Log:
Set MAVEN_OPTS with memory options to build.

Modified:
    james/server/trunk/src/site/xdoc/dev_build.xml

Modified: james/server/trunk/src/site/xdoc/dev_build.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/dev_build.xml?rev=1029254&r1=1029253&r2=1029254&view=diff
==============================================================================
--- james/server/trunk/src/site/xdoc/dev_build.xml (original)
+++ james/server/trunk/src/site/xdoc/dev_build.xml Sun Oct 31 05:42:01 2010
@@ -45,7 +45,7 @@
     </ol>
     <p>Currently, only the second option is available for James 3.0</p>
     <p>We consider in this document that you have checked-out James source code in JAMES_SRC_HOME directory.</p>
-    <p>Consult the <a href="/james_architecture.html">architecture</a> page if you want to learn
+    <p>Consult the <a href="james_architecture.html">architecture</a> page if you want to learn
     more on the internal source structure.</p>
 
   </section>
@@ -60,6 +60,7 @@
       <li>Maven - This is a Java-tailored, XML-configured, extensible build or make system. You need ant (2.2.1+) in order
           to build James. You can get the latest version of maven <a href="http://maven.apache.org/download.html">here</a>.
           Installation instructions for maven are also available on the same page <a href="http://maven.apache.org/download.html">http://maven.apache.org/download.html</a>.</li>
+      <li>Set (on windows) or export (on Unix) MAVEN_OPTS to tune the memory needed by maven with "MAVEN_OPTS=-Xmx1024m -XX:MaxPermSize=128m"</li>
     </ol>
 
   </section>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org