In my windows 10 android studio 2.2 running very slow it consume 2GB Of RAM.In my project setting i did offline gradle and compiler setting but still facing this issue.
Asked
Active
Viewed 159 times
3
-
Same for me. While compiling I can hardly browse on internet – fillobotto Oct 05 '16 at 10:03
-
@fillobotto is there any solution for that? – Nitin Thakor Oct 05 '16 at 10:04
-
Could not find one, so I follow this post – fillobotto Oct 05 '16 at 10:05
-
@TimCastelijns In android studio 2.2 there is a no VM options available. – Nitin Thakor Oct 05 '16 at 10:09
-
@fillobotto Got To HELP-->EDIT CUSTOM VM OPTIONS copy this and save that -Xms1024m -Xmx4096m -XX:MaxPermSize=1024m -XX:ReservedCodeCacheSize=256m -XX:+UseCompressedOops – Nitin Thakor Oct 05 '16 at 10:26