2 gradle deamons947MB531MB, and 1 maven:106MB? along with IDEA:1.7GB
🧵 1
m
Mike
04/15/2019, 12:17 AM
Completely depends on your project(s), modules and configurations.
Intellij can delegate bulld processes to gradle and maven so if you're configure that way, then sure. And if you run it from cli too, you'll see gradle daemons. They don't stop until requested to or a certain amount of inactivity occurs.
s
Smallville7123
04/15/2019, 3:38 AM
is there any way to auto-kill them
n
Nikky
04/20/2019, 8:02 PM
./gradlew --stop
m
Mike
04/20/2019, 8:15 PM
They will ‘die’ after a certain amount of non-use. But what’s the concern? They get swapped out and consume negligible resources anyway, and greatly speeds up Gradle actions.
n
Nikky
04/20/2019, 8:53 PM
depending on how awful the used gradle plugins are they might not release memory.. for me gradle daemons regulrarly pile up to haf the system memory and idea taking up the other half