Wednesday, October 28, 2009

[android-developers] Re: Application max heap size

On Oct 27, 3:15 pm, String <sterling.ud...@googlemail.com> 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

No comments:

Post a Comment