Increase general max heap size to cover also integration tests demands

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892551 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andreas Beeker 2021-08-23 19:50:51 +00:00
parent c270cf95fd
commit 20bb767469
1 changed files with 1 additions and 1 deletions

View 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 << [