mirror of https://github.com/apache/poi.git
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:
parent
420c96f74e
commit
da8fb42bf4
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue