Make it go out-of-memory. Iirc this will cause the daemon to stop after the build, even if you then free the memory again. 😄
n
Niels Doucet
09/29/2023, 12:59 PM
hmm, interesting suggestion 😂 is that process responsible for expiring the daemon on OOM documented somewhere? Perhaps I can do something similar without first blowing up the existing process 😛
v
Vampire
09/29/2023, 1:00 PM
I have no idea, just remembering seeing some "got OOM will quite daemon after the build is finished" messages sometimes. 🙂
I'll do some digging around in the gradle codebase. Perhaps I can find something useful/insightful without having to resort to too many internal apis 🤞 Thanks for the suggestion 👍