Android Studio version 4.1.1
Gradle version 6.5
Android Gradle Plugin Version 4.1.0
Start building my android app and I get:
Starting Gradle Daemon...
Gradle Daemon started in 2 s 29 ms
Starting Gradle Daemon...
Gradle Daemon started in 1 s 965 ms
Starting Gradle Daemon...
Gradle Daemon started in 1 s 996 ms
Starting Gradle Daemon...
Gradle Daemon started in 1 s 992 ms
Starting Gradle Daemon...
Gradle Daemon started in 1 s 995 ms
And everyone of those started a separate virtual machine at about 30mb each and it goes like that until my 16Gb of memory is exhausted. First time it happened I had to cut the power off...
And the VMs and their memory consumption survive shutting down Android Studio. I have to kill the processes by hand. Anybody experienced something similar? How do I fix it? I can't build my project anymore. Trying to disable the gradle daemon by using either the environment or the config file didn't work. I am stuck...