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>


Reply via email to