<@U0DS33N6S>: yes, unfortunately some sorts of ter...
# build-tools
i
@paulblessing: yes, unfortunately some sorts of termination of the calling process may lead to the situation when kotlin daemon will remain in memory. We will improve this behaviour in the future, but for a moment, besides killing the processes, you may also reduce the deault “idle” timeout on the daemon, so it will exit by itself if no more compilations are performed. By default it is set to 2 hours. To set it up you need to pass a system property to the launching process, e.g. via:
Copy code
GRADLE_OPTS="-Dkotlin.daemon.options=\"autoshutdownIdleSeconds=60\""