Thomas Keller
09/17/2024, 6:33 AMorg.gradle.jvmargs=-Dfile.encoding=UTF-8 -XX:+UseParallelGC -XX:SoftRefLRUPolicyMSPerMB=1 -XX:ReservedCodeCacheSize=512m -XX:+UnlockExperimentalVMOptions -Xmx8g -Xms8g -XX:MetaspaceSize=1gPhạm Lam
09/17/2024, 8:22 AMVampire
09/17/2024, 8:32 AM--no-daemon or not as the CLI VM is almost never suitable as daemon JVM. The difference is just whether an existing daemon will be reused or not, and whether it will survive the build or be quit at the end of the build. And if you have ephemeral CI agents, it should not really make that much of a difference whether Gradle will quit the daemon itself or whether the CI agent will just be gone and with it the remaining daemon.Vampire
09/17/2024, 8:40 AMPhạm Lam
09/17/2024, 8:41 AM