diff --git a/kotlin-native/performance/gradle.properties b/kotlin-native/performance/gradle.properties index 6eec7e72c67..ed7cd827f67 100644 --- a/kotlin-native/performance/gradle.properties +++ b/kotlin-native/performance/gradle.properties @@ -1,5 +1,6 @@ kotlin.native.home=../dist org.jetbrains.kotlin.native.jvmArgs=-Xmx6G +org.gradle.jvmargs=-Xmx2048m jvmWarmup = 1000 nativeWarmup = 10 attempts = 30