Increase heap size for test

This commit is contained in:
Simon Ogorodnik
2018-03-29 23:43:58 +02:00
parent 7d9310acf4
commit 7b155fc9d4
+4
View File
@@ -153,6 +153,10 @@ projectTest(taskName = "performanceTest") {
classpath = performanceTest.runtimeClasspath
workingDir = rootDir
jvmArgs.removeAll { it.startsWith("-Xmx") }
maxHeapSize = "3g"
doFirst {
systemProperty("idea.home.path", intellijRootDir().canonicalPath)
}