Hey Guys, We are having `Java heap space` issue ...
# android-studio
a
Hey Guys, We are having
Java heap space
issue or sometimes some weird issue when switching branches or brands. Our assumptions it's happening because of the
configuration-cache
which we enabled recently in our project gradle. We are using the
Android Studio Bumblebee | 2021.1.1 Patch 2
version and
org.gradle.jvmargs=-Xmx6G
org.gradle.unsafe.configuration-cache=true
in gradle properties. Anybody else is having this or similar issues?
m
I had a bunch of OOM issues after upgrading to Bumblebee which I narrowed down my git shelf being almost 3GB. Clearing the unshelved items, solved the problem for me.
a
For me its already cleared