I’m using Android Studio (IntelliJ based IDE) under Linux Mint 17.2.
When I compile my application for the first time, a new Java process is started for Gradle Daemon.
When I close Android Studio this process is still alive and can use more than 1GB of memory.
I read on the web that the daemon should stop after a time, but it is alive now since more than 2 hours.
I’d like some explanations about this. Is this issue related to Android Studio, Gradle, something else ? How to make the daemon to shut down with IDE ?
OK, thank you for the answer.
So this is related to Android Studio that should “gradle --stop” before closing (or at least provide an option to do it).