From da8fb42bf410b45a7e321cb78589ebf3ce1993cf Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Sun, 26 Mar 2023 01:08:13 +0000 Subject: [PATCH] increase heap in tests git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908719 13f79535-47bb-0310-9956-ffa450edef68 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 1cdd1b3c2c..cfc6af1313 100644 --- a/build.gradle +++ b/build.gradle @@ -286,7 +286,7 @@ subprojects { // set heap size for the test JVM(s) minHeapSize = "128m" - maxHeapSize = "1G" + maxHeapSize = "2g" // Specifying the local via system properties did not work, so we set them this way @@ -550,7 +550,7 @@ subprojects { spotbugs { ignoreFailures = true showStackTraces = false - maxHeapSize = '1g' + maxHeapSize = '2g' } build {