aboutsummaryrefslogtreecommitdiffstats
path: root/gradle.properties
diff options
context:
space:
mode:
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties5
1 files changed, 3 insertions, 2 deletions
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