You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2009/08/16 22:45:46 UTC

svn commit: r804772 - /directory/shared/trunk/pom.xml

Author: akarasulu
Date: Sun Aug 16 20:45:45 2009
New Revision: 804772

URL: http://svn.apache.org/viewvc?rev=804772&view=rev
Log:
running into some memory issues with javadoc generation

Modified:
    directory/shared/trunk/pom.xml

Modified: directory/shared/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/pom.xml?rev=804772&r1=804771&r2=804772&view=diff
==============================================================================
--- directory/shared/trunk/pom.xml (original)
+++ directory/shared/trunk/pom.xml Sun Aug 16 20:45:45 2009
@@ -207,6 +207,8 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
         <configuration>
+          <minmemory>512m</minmemory>
+          <maxmemory>1g</maxmemory>
           <aggregate>true</aggregate>
           <linksource>true</linksource>
         </configuration>