increase heap in tests

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908719 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2023-03-26 01:08:13 +00:00
parent 420c96f74e
commit da8fb42bf4
1 changed files with 2 additions and 2 deletions

View File

@ -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 {