mirror of https://github.com/apache/poi.git
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:
parent
c270cf95fd
commit
20bb767469
|
@ -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 << [
|
||||
|
|
Loading…
Reference in New Issue