From e50f64bae24f6999dc883bbf840cbdcd8c78a1ca Mon Sep 17 00:00:00 2001 From: Elena Lepilkina Date: Tue, 5 Feb 2019 10:01:24 +0300 Subject: [PATCH] Increased heap memory for cinterop tool for building libcurl on Windows --- tools/benchmarksAnalyzer/build.gradle | 1 - tools/benchmarksAnalyzer/gradle.properties | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/benchmarksAnalyzer/build.gradle b/tools/benchmarksAnalyzer/build.gradle index 48f2e3d5df8..25e8647557f 100644 --- a/tools/benchmarksAnalyzer/build.gradle +++ b/tools/benchmarksAnalyzer/build.gradle @@ -125,7 +125,6 @@ kotlin { binaries { executable('benchmarksAnalyzer', [RELEASE]) { if (org.gradle.internal.os.OperatingSystem.current().isWindows()) { - println("-L${getMingwPath()}/lib") linkerOpts("-L${getMingwPath()}/lib") } } diff --git a/tools/benchmarksAnalyzer/gradle.properties b/tools/benchmarksAnalyzer/gradle.properties index 87803bed88a..23a0cc91ff7 100644 --- a/tools/benchmarksAnalyzer/gradle.properties +++ b/tools/benchmarksAnalyzer/gradle.properties @@ -1 +1,2 @@ -org.jetbrains.kotlin.native.home=../../dist \ No newline at end of file +org.jetbrains.kotlin.native.home=../../dist +org.jetbrains.kotlin.native.jvmArgs=-Xmx6G \ No newline at end of file