From ff2db23c112812aa66dccca0f88af0fdcab32e74 Mon Sep 17 00:00:00 2001 From: Vyacheslav Gerasimov Date: Tue, 31 Jan 2023 13:57:27 +0000 Subject: [PATCH] Build: Set `kotlin.daemon.jvmargs` in buildSrc to the same value as in the root project #KTI-915 Merge-request: KT-MR-8589 Merged-by: Vyacheslav Gerasimov --- buildSrc/gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/gradle.properties b/buildSrc/gradle.properties index b6ac6504265..df89bcae16e 100644 --- a/buildSrc/gradle.properties +++ b/buildSrc/gradle.properties @@ -3,7 +3,7 @@ # making daemon spawned in 'buildSrc' compilation incompatible with other compilations org.gradle.jvmargs=-Duser.country=US -Dfile.encoding=UTF-8 -Dkotlin.daemon.options=autoshutdownIdleSeconds=30 # Should be the same as in the main project to avoid spawning second daemon -kotlin.daemon.jvmargs=-Xmx2200m +kotlin.daemon.jvmargs=-Xmx3g cacheRedirectorEnabled=true