The app that I'm working on uses a lot of memory and as soon as it starts, I see this blue brick wall. Is there any way I can increase the y-axis of the plot to go over the 169MB shown here?
Asked
Active
Viewed 110 times
1
-
What is the Java heap limit? – Al Lelopath Apr 25 '17 at 19:40
-
@AlLelopath, I don't know! How do I check? – The Hungry Androider Apr 25 '17 at 19:43
-
http://stackoverflow.com/questions/5350465/android-heap-size-on-different-phones-devices-and-os-versions – Al Lelopath Apr 25 '17 at 19:48
-
I got it using Runtime.getRuntime().maxMemory(), which equals 536870912 – The Hungry Androider Apr 25 '17 at 19:58