diff --git a/idea/build.gradle.kts b/idea/build.gradle.kts index ac791d82b7b..47fc8b8a363 100644 --- a/idea/build.gradle.kts +++ b/idea/build.gradle.kts @@ -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) }