Anyone doing android dev and you have a lot of ram...
# random
c
Anyone doing android dev and you have a lot of ram on your machine? Consider starring this issue: https://issuetracker.google.com/issues/120953354
k
That's one of those it depends things...set max heap to handle your largest project. Set AS heap similarly but the value is different depending on how complex it is. Blind setting both to 16gb isn't efficient but should work fine...
c
I agree. I know that this is a classic "it depends" problem, but I think I moreso don't know if I'm actually setting the right thing at all. For example, in the "new-ish" memory settings screen in AS, I have IDE max heap size and gradle daemon and kotlin daemon max heep size all set to the largest allowable value. 4096MB. The IDE doesn't give me the option to increase past that point.
Basically... I know that the knobs need to be tweaked, but I need a document from the AS team telling me what knobs are available, and where they are. I can take care of the rest 😃 Right now it just feels like I need to have a phD to figure this all out, or copy a random persons medium post about some jvm arg to set. Just would be nice to get a canonical word from the team that builds AS and has comms with IJ and Gradle.