From 4cc6c18e13761a9fa63972b93a5647aaa2fff43a Mon Sep 17 00:00:00 2001 From: Elena Lepilkina Date: Tue, 5 Feb 2019 10:44:42 +0300 Subject: [PATCH] Also increased heap memory for building performance application on Windows --- performance/gradle.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/performance/gradle.properties b/performance/gradle.properties index 6b701828f24..b73254cda25 100644 --- a/performance/gradle.properties +++ b/performance/gradle.properties @@ -1,4 +1,5 @@ org.jetbrains.kotlin.native.home=../dist +org.jetbrains.kotlin.native.jvmArgs=-Xmx6G jvmWarmup = 10000 nativeWarmup = 10 attempts = 10