You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sm...@apache.org on 2013/07/01 02:21:54 UTC

svn commit: r1498201 - /airavata/trunk/pom.xml

Author: smarru
Date: Mon Jul  1 00:21:54 2013
New Revision: 1498201

URL: http://svn.apache.org/r1498201
Log:
Increasing the defualt size of javadoc memory

Modified:
    airavata/trunk/pom.xml

Modified: airavata/trunk/pom.xml
URL: http://svn.apache.org/viewvc/airavata/trunk/pom.xml?rev=1498201&r1=1498200&r2=1498201&view=diff
==============================================================================
--- airavata/trunk/pom.xml (original)
+++ airavata/trunk/pom.xml Mon Jul  1 00:21:54 2013
@@ -500,6 +500,8 @@
                 <configuration>
                     <aggregate>true</aggregate>
                     <quiet>true</quiet>
+                    <minmemory>256m</minmemory>
+                    <maxmemory>2g</maxmemory>
                 </configuration>
             </plugin>
         </plugins>