, 2014 3:30 PM
To: dev@gradle.codehaus.org
Subject: Re: [gradle-dev] Gradle daemon on a CI server
Official stance is that this is not a good idea.
It’s difficult to guarantee stability of a JVM that continuously unloads 3rd
party code. If anything you use in your build leaks memory the daemon will
Official stance is that this is not a good idea.
It’s difficult to guarantee stability of a JVM that continuously unloads 3rd
party code. If anything you use in your build leaks memory the daemon will
eventually choke.
I wouldn’t recommend this.
On 31 July 2014 at 8:02:36 am, Lóránt Pintér (lo
Hi,
What is the official stance about using the Gralde daemon in a CI server
environment? I couldn’t find any useful info on this. I’m looking for ways to
make our builds faster, and this seems like a low hanging fruit, but I’m afraid
it will cause hard to debug problems. If this is an okay t