From b74b45580e9af9dcc25b6ef1207d5cace482ad66 Mon Sep 17 00:00:00 2001 From: remm Date: Wed, 30 Aug 2006 09:27:53 +0000 Subject: [PATCH] - 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 --- dist.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" > -- 2.11.0