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