- Fix major performance issue when building the dist, as javadoc needs more memory.
authorremm <remm@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 30 Aug 2006 09:27:53 +0000 (09:27 +0000)
committerremm <remm@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 30 Aug 2006 09:27:53 +0000 (09:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@438433 13f79535-47bb-0310-9956-ffa450edef68

dist.xml

index 7cef6d3..223e69a 100644 (file)
--- a/dist.xml
+++ b/dist.xml
       windowtitle="Tomcat API Documentation"
       doctitle="Tomcat API"
       bottom="Copyright &#169; 2000-2006 Apache Software Foundation.  All Rights Reserved."
-      additionalparam="-breakiterator">
+      additionalparam="-breakiterator"
+      maxmemory="256m" >
     </javadoc>
   </target>