Re: [android-developers] Re: OOM with heap enough
As told to Mark, I do not think so: the game is just starting, loading the first Screen at all.
Really? Data suggest quite the contrary: your heap is heavily fragmented, your process have allocated 48MB and released a lot (since there is 15MB), that's suggest lots of memory operations. My guess is that you are leaking memory between restarts, through some caches or other "global" (static) stuff. After few cycles of enter->exit OOM happens, I'd check if after exiting from game memory is correctly freed.
Regards,
Bart
-- 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
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home