Ivan Alvarado
01/27/2023, 11:36 PM----- End of the daemon log -----
FAILURE: Build failed with an exception.
* What went wrong:
Gradle build daemon disappeared unexpectedly (it may have been killed or may have crashed)
We've identified a subset of steps this only happens to. We've added functionality to capture the daemon logs that live in /.gradle/daemon/<gradle version>/daemon*.log
, however there's a lot of noise in the logs.
What are some things that we should be looking for to help us diagnose why the daemon crashed? Or, what are some common causes? We've tried increasing the memory size for the daemon by updating -Xmx
to 16GB for kotlin.daemon.jvm.options
, as well as, -Xmx
for org.gradle.jvmargs
.
Thanks in advance 🙏