Build: Add -Xmx3g to kotlin.daemon.jvmargs in settings-conventions
To avoid spawning multiple daemons `kotlin.daemon.jvmargs` should be the same as root gradle.properties and buildSrc #KTI-1142
This commit is contained in:
committed by
Space Team
parent
088109a660
commit
a51ae33e4d
@@ -1,5 +1,5 @@
|
||||
org.gradle.jvmargs=-Duser.country=US
|
||||
# Should be the same as in the main project to avoid spawning second daemon
|
||||
# Should be the same as in the root gradle.properties to avoid spawning second daemon
|
||||
kotlin.daemon.jvmargs=-Xmx3g -Dkotlin.js.compiler.legacy.force_enabled=true
|
||||
|
||||
cacheRedirectorEnabled=true
|
||||
|
||||
Reference in New Issue
Block a user