[weld-commits] Weld SVN: r4635 - doc/trunk/reference/en-US.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Tue Nov 3 16:45:15 EST 2009


Author: dan.j.allen
Date: 2009-11-03 16:45:15 -0500 (Tue, 03 Nov 2009)
New Revision: 4635

Modified:
   doc/trunk/reference/en-US/next.xml
Log:
note about Java memory setting


Modified: doc/trunk/reference/en-US/next.xml
===================================================================
--- doc/trunk/reference/en-US/next.xml	2009-11-03 20:59:06 UTC (rev 4634)
+++ doc/trunk/reference/en-US/next.xml	2009-11-03 21:45:15 UTC (rev 4635)
@@ -52,6 +52,12 @@
             Build using Maven 2
          </para>
          <programlisting><![CDATA[$> mvn]]></programlisting> 
+         <note>
+            <para>
+               If you experience an out of memory error, try setting this environment variable:
+               <literal>MAVEN_OPTS=-Xmx1024m</literal>
+            </para>
+         </note>
       </listitem>
       <listitem>
          <para>The PDF version of the reference guide will appear the current directory. You can find the HTML version



More information about the weld-commits mailing list