diff options
author | PJ Fanning <fanningpj@apache.org> | 2024-11-27 13:32:39 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2024-11-27 13:32:39 +0000 |
commit | d4c6cb4b53d9aeadfc44f6b1dcf3657bc149dc68 (patch) | |
tree | 00c2aceba6ec33390c21a7a0ca9d45c770dab901 /gradle.properties | |
parent | 6fdbaa55f387ea3927512412eadd569a67973a61 (diff) | |
download | poi-d4c6cb4b53d9aeadfc44f6b1dcf3657bc149dc68.tar.gz poi-d4c6cb4b53d9aeadfc44f6b1dcf3657bc149dc68.zip |
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
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 5 |
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 |