From 85cb8eb959b2c6b94d4378758d4b93335fb00161 Mon Sep 17 00:00:00 2001 From: Elena Lepilkina Date: Tue, 6 Apr 2021 09:27:28 +0300 Subject: [PATCH] [Native][perf] Increase heap space for K/N compiler in performance project --- kotlin-native/performance/gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kotlin-native/performance/gradle.properties b/kotlin-native/performance/gradle.properties index ed7cd827f67..92e2d6be8a1 100644 --- a/kotlin-native/performance/gradle.properties +++ b/kotlin-native/performance/gradle.properties @@ -1,6 +1,6 @@ kotlin.native.home=../dist org.jetbrains.kotlin.native.jvmArgs=-Xmx6G -org.gradle.jvmargs=-Xmx2048m +org.gradle.jvmargs=-Xmx3g jvmWarmup = 1000 nativeWarmup = 10 attempts = 30