From d4c6cb4b53d9aeadfc44f6b1dcf3657bc149dc68 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Wed, 27 Nov 2024 13:32:39 +0000 Subject: add back 731 changes but increase gradle heap git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922162 13f79535-47bb-0310-9956-ffa450edef68 --- gradle.properties | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index b0b7a57395..26c6faab92 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,8 @@ # Specifies the JVM arguments used for the daemon process. # The setting is particularly useful for tweaking memory settings. -# Less than 2G definitely slows things down. -XX:+HeapDumpOnOutOfMemoryError -org.gradle.jvmargs=-Xmx2G -Dfile.encoding=UTF-8 +# Less than 2G definitely slows things down. Increased to 3G due to OOM issues on ci-builds.apache.org. +# -XX:+HeapDumpOnOutOfMemoryError +org.gradle.jvmargs=-Xmx3G -Dfile.encoding=UTF-8 # Activating will be much faster, but break the build of 'poi-ooxml-lite' org.gradle.caching=true -- cgit v1.2.3