On Sep 10, 2:14 pm, fadden <fad...@android.com> wrote:
> If you see softlim+extlim approaching 16MB, you're about to have a
> problem.  extlim and exalloc will give you a sense for how much memory
> is assigned to external allocations.  The actual virtual heap limit

Thanks Andy, although I must confess I'm as confused as ever.  Here's
some output from when I go into maps and pan around:

09-11 00:45:00 .maps(649) softlim=13120KB, extlim=7232KB,
extalloc=7232KB
  freed 1136 objects / 115712 bytes in 84ms
09-11 00:45:01 .maps(649) softlim=13568KB, extlim=8128KB,
extalloc=8128KB
  freed 3920 objects / 954368 bytes in 94ms
09-11 00:45:04 .maps(649) softlim=11712KB, extlim=5952KB,
extalloc=5952KB
  freed 4400 objects / 540672 bytes in 116ms
09-11 00:45:09 .maps(649) softlim=12032KB, extlim=6400KB,
extalloc=6336KB
  freed 7760 objects / 1318912 bytes in 135ms
09-11 00:45:12 .maps(649) softlim=10112KB, extlim=4800KB,
extalloc=4800KB
  freed 8960 objects / 1396736 bytes in 129ms
09-11 00:45:19 .maps(649) softlim=8192KB, extlim=3072KB,
extalloc=3072KB
  freed 5152 objects / 532480 bytes in 135ms
09-11 00:45:21 .maps(649) softlim=8960KB, extlim=3904KB,
extalloc=3904KB
  freed 6560 objects / 1146880 bytes in 120ms
09-11 00:46:15 syste(582) softlim=6272KB, extlim=1812KB,
extalloc=1436KB
  freed 17408 objects / 782336 bytes in 262ms

As you can see softlim + extlim is well past 16 MB much of the time,
so I'm not sure what to think about that.  And this is just what it
looks like in our app too.  So I'm still in the dark as to when an
allocation is failed and we get the dreaded "external allocation too
large for this process" error.

--~--~---------~--~----~------------~-------~--~----~
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