]> source.dussan.org Git - poi.git/commitdiff
Increase general max heap size to cover also integration tests demands
authorAndreas Beeker <kiwiwings@apache.org>
Mon, 23 Aug 2021 19:50:51 +0000 (19:50 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Mon, 23 Aug 2021 19:50:51 +0000 (19:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892551 13f79535-47bb-0310-9956-ffa450edef68

build.gradle

index fdb03d0f2010dea6dc898ed5363e4c42b93e257a..d0f8bd42affd6439837df56d3b663f55d966618a 100644 (file)
@@ -222,7 +222,7 @@ subprojects {
 
         // set heap size for the test JVM(s)
         minHeapSize = "128m"
-        maxHeapSize = "768m"
+        maxHeapSize = "1512m"
 
         // Specifying the local via system properties did not work, so we set them this way
         jvmArgs << [