From: remm Date: Wed, 30 Aug 2006 09:27:53 +0000 (+0000) Subject: - Fix major performance issue when building the dist, as javadoc needs more memory. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=b74b45580e9af9dcc25b6ef1207d5cace482ad66;p=tomcat7.0 - Fix major performance issue when building the dist, as javadoc needs more memory. git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@438433 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/dist.xml b/dist.xml index 7cef6d37f..223e69a9c 100644 --- a/dist.xml +++ b/dist.xml @@ -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" >