Hello everyone :wave:, I have a general question t...
# community-support
i
Hello everyone 👋, I have a general question to ask the community. Our CI pipeline runs build steps on clean agents (without state) and every now-and-then a step will crash with:
Copy code
----- 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 🙏