On Oct 27, 3:15 pm, String <[email protected]> wrote: > > I there an API method to get the value of this max heap size? I > > haven't looked into that yet. > > long heapSize = Runtime.getRuntime().maxMemory();
FWIW, this is configured with the dalvik.vm.heapsize system property (default "16m"). Apps can't change it, but if you're using a rooted device or the emulator it's now much easier to experiment with different memory limits. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

