Author: markt
Date: Tue May 17 14:09:10 2016
New Revision: 1744270

URL: http://svn.apache.org/viewvc?rev=1744270&view=rev
Log:
Increase maximum memory for Javadoc process after an OOME during the 8.0.35 
release process.

Modified:
    tomcat/trunk/build.xml

Modified: tomcat/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1744270&r1=1744269&r2=1744270&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Tue May 17 14:09:10 2016
@@ -1953,7 +1953,7 @@ Apache Tomcat ${version} native binaries
       docencoding="UTF-8"
       charset="UTF-8"
       additionalparam="-breakiterator -notimestamp"
-      maxmemory="256m"
+      maxmemory="512m"
       failonerror="true"
       failonwarning="true">
       <classpath>
@@ -1974,7 +1974,7 @@ Apache Tomcat ${version} native binaries
       docencoding="UTF-8"
       charset="UTF-8"
       additionalparam="-breakiterator -notimestamp"
-      maxmemory="256m"
+      maxmemory="512m"
       failonerror="true"
       failonwarning="true">
       <classpath>
@@ -1995,7 +1995,7 @@ Apache Tomcat ${version} native binaries
       docencoding="UTF-8"
       charset="UTF-8"
       additionalparam="-breakiterator -notimestamp"
-      maxmemory="256m"
+      maxmemory="512m"
       failonerror="true"
       failonwarning="true">
       <classpath>
@@ -2016,7 +2016,7 @@ Apache Tomcat ${version} native binaries
       docencoding="UTF-8"
       charset="UTF-8"
       additionalparam="-breakiterator -notimestamp"
-      maxmemory="256m"
+      maxmemory="512m"
       failonerror="true"
       failonwarning="true">
       <classpath>
@@ -2036,7 +2036,7 @@ Apache Tomcat ${version} native binaries
       docencoding="UTF-8"
       charset="UTF-8"
       additionalparam="-breakiterator -notimestamp"
-      maxmemory="256m"
+      maxmemory="512m"
       failonerror="true"
       failonwarning="true">
       <classpath>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to