mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
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)
|
// set heap size for the test JVM(s)
|
||||||
minHeapSize = "128m"
|
minHeapSize = "128m"
|
||||||
maxHeapSize = "1G"
|
maxHeapSize = "2g"
|
||||||
|
|
||||||
|
|
||||||
// Specifying the local via system properties did not work, so we set them this way
|
// Specifying the local via system properties did not work, so we set them this way
|
||||||
@ -550,7 +550,7 @@ subprojects {
|
|||||||
spotbugs {
|
spotbugs {
|
||||||
ignoreFailures = true
|
ignoreFailures = true
|
||||||
showStackTraces = false
|
showStackTraces = false
|
||||||
maxHeapSize = '1g'
|
maxHeapSize = '2g'
|
||||||
}
|
}
|
||||||
|
|
||||||
build {
|
build {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user