several times per day a gradle build fails because...
# gradle
t
several times per day a gradle build fails because it runs out of memory. i suspect that's because of some memory leak in the kotlin plugin(s). is that a known problem? is there anything i can do?
d
Are you using AS or Idea?
v
Memory leak with JVM... 🤔 Gradle consumes 610 Mb after the first run from console for the simplest application (+ some Google API). With Android Studio it turns into an OOM hell
You can
gradle --stop
periodically