On Fri, Oct 7, 2011 at 1:28 AM, Karthik A <aykart...@gmail.com> wrote:

> Is there any other way to reduce like using command prompt, or API?


Um ... no.

You allocate stuff. The heap grows proportional to how much you allocate. If
you don't want it to grow that much, don't allocate that much. You can't
magically reduce your heap size without addressing what's using it up. Look
at the tools section to see what tools are available to you to track down
your memory use.

-------------------------------------------------------------------------------------------------
TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
transit tracking app for Android-powered devices

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to