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
Show replies by date