You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2014/12/27 18:56:53 UTC

svn commit: r1648074 - /commons/proper/lang/trunk/pom.xml

Author: britter
Date: Sat Dec 27 17:56:53 2014
New Revision: 1648074

URL: http://svn.apache.org/r1648074
Log:
Need to set MaxPermSize as well or the site build will fail with OutOfMemoryError

Modified:
    commons/proper/lang/trunk/pom.xml

Modified: commons/proper/lang/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=1648074&r1=1648073&r2=1648074&view=diff
==============================================================================
--- commons/proper/lang/trunk/pom.xml (original)
+++ commons/proper/lang/trunk/pom.xml Sat Dec 27 17:56:53 2014
@@ -609,7 +609,7 @@
           </reportSet>
         </reportSets>
       </plugin>
-      <!-- Requires setting 'export MAVEN_OPTS="-Xmx512m" ' -->
+      <!-- Requires setting 'export MAVEN_OPTS="-Xmx512m -XX:MaxPermSize=128m" ' -->
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>findbugs-maven-plugin</artifactId>