Increase JVM heap for test and HeapDumpOnOOMError

This commit is contained in:
Artem Bilan
2021-02-23 12:30:03 -05:00
parent 9c686ddcb7
commit 6682c7db57

View File

@@ -303,7 +303,8 @@ configure(javaProjects) { subproject ->
}
test {
maxHeapSize = '1536m'
maxHeapSize = '2g'
jvmArgs '-XX:+HeapDumpOnOutOfMemoryError'
jacoco {
destinationFile = file("$buildDir/jacoco.exec")
}