kaeawc
09/18/2024, 11:04 AMIf nothing is specified, the Kotlin daemon inherits arguments from the Gradle daemon. For example, in thefile:gradle.properties
2. Kotlin daemon's behavior with JVM argumentsCopy codeorg.gradle.jvmargs=-Xmx1500m -Xms500m
If the🧵 for more detailsargument is not specified, the Kotlin daemon will inherit it from the Gradle daemon.Xmx
kaeawc
09/18/2024, 11:06 AMkaeawc
09/18/2024, 11:07 AMkaeawc
09/18/2024, 11:08 AMXmx
would be carried over, but nothing in the documentation mentions specifically pulling over ReservedCodeCache
kaeawc
09/18/2024, 11:09 AMkaeawc
09/18/2024, 11:10 AMkotlin.daemon.jvmargs
everything is carried over as expectedkaeawc
09/18/2024, 11:16 AMkaeawc
09/18/2024, 11:19 AM