diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-02-22 12:57:16 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-02-22 12:57:16 +0000 |
commit | d955dada50a8b6271edb4f88cf52ec31390b36df (patch) | |
tree | 6098828fbd5cc3e486d37c02023c1c1c53c7582f /gradle.properties | |
parent | 27cd76fe539c14ee30ee7528e585edf8c657d684 (diff) | |
download | poi-d955dada50a8b6271edb4f88cf52ec31390b36df.tar.gz poi-d955dada50a8b6271edb4f88cf52ec31390b36df.zip |
try more memory due to github workflow timeouts
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898320 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index 5f31059e4a..13f2634172 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ # 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 +org.gradle.jvmargs=-Xmx4G -Dfile.encoding=UTF-8 # Activating will be much faster, but break the build of 'poi-ooxml-lite' # @todo: look into poi-ooxml-lite task generateModuleInfo and enforce running whatever is needed before |