Increase heap size for test
This commit is contained in:
@@ -153,6 +153,10 @@ projectTest(taskName = "performanceTest") {
|
|||||||
classpath = performanceTest.runtimeClasspath
|
classpath = performanceTest.runtimeClasspath
|
||||||
workingDir = rootDir
|
workingDir = rootDir
|
||||||
|
|
||||||
|
jvmArgs.removeAll { it.startsWith("-Xmx") }
|
||||||
|
|
||||||
|
maxHeapSize = "3g"
|
||||||
|
|
||||||
doFirst {
|
doFirst {
|
||||||
systemProperty("idea.home.path", intellijRootDir().canonicalPath)
|
systemProperty("idea.home.path", intellijRootDir().canonicalPath)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user