Author: remm Date: Wed Aug 30 02:27:53 2006 New Revision: 438433 URL: http://svn.apache.org/viewvc?rev=438433&view=rev Log: - Fix major performance issue when building the dist, as javadoc needs more memory.
Modified: tomcat/tc6.0.x/trunk/dist.xml Modified: tomcat/tc6.0.x/trunk/dist.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/dist.xml?rev=438433&r1=438432&r2=438433&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/dist.xml (original) +++ tomcat/tc6.0.x/trunk/dist.xml Wed Aug 30 02:27:53 2006 @@ -392,7 +392,8 @@ windowtitle="Tomcat API Documentation" doctitle="Tomcat API" bottom="Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved." - additionalparam="-breakiterator"> + additionalparam="-breakiterator" + maxmemory="256m" > </javadoc> </target> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]