You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ce...@apache.org on 2021/04/15 14:25:47 UTC

svn commit: r1888793 - /poi/trunk/build.gradle

Author: centic
Date: Thu Apr 15 14:25:47 2021
New Revision: 1888793

URL: http://svn.apache.org/viewvc?rev=1888793&view=rev
Log:
Increase memory for task allJavaDoc to avoid OOM during building

Modified:
    poi/trunk/build.gradle

Modified: poi/trunk/build.gradle
URL: http://svn.apache.org/viewvc/poi/trunk/build.gradle?rev=1888793&r1=1888792&r2=1888793&view=diff
==============================================================================
--- poi/trunk/build.gradle (original)
+++ poi/trunk/build.gradle Thu Apr 15 14:25:47 2021
@@ -288,7 +288,7 @@ task allJavaDoc(type: Javadoc) {
 	// for possible settings see https://docs.gradle.org/current/dsl/org.gradle.api.tasks.javadoc.Javadoc.html
 	classpath = files(subprojects.collect { it.sourceSets.main.compileClasspath })
 	destinationDir = file("${buildDir}/docs/javadoc")
-	maxMemory="384M"
+	maxMemory="768M"
 
 	// for possible options see https://docs.gradle.org/current/javadoc/org/gradle/external/javadoc/StandardJavadocDocletOptions.html
 	options.use = true



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org