From ad0cd7c176368b88a2e1ee38c6818e105ea983d3 Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Thu, 16 Nov 2017 11:10:51 +0100 Subject: [PATCH] Use the same JVM args for buildSrc as for main project --- buildSrc/gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/gradle.properties b/buildSrc/gradle.properties index 7557cdd54f6..0c115f51383 100644 --- a/buildSrc/gradle.properties +++ b/buildSrc/gradle.properties @@ -1,7 +1,7 @@ org.gradle.daemon=true org.gradle.parallel=false org.gradle.configureondemand=false -org.gradle.jvmargs=-Xmx1200m -XX:+CMSClassUnloadingEnabled -XX:+CMSPermGenSweepingEnabled +org.gradle.jvmargs=-Duser.country=US -Dkotlin.daemon.jvm.options=-Xmx1600m #buildSrc.kotlin.repo=https://jcenter.bintray.com #buildSrc.kotlin.version=1.1.50