Re: [android-developers] inefficient garbage with large heap = true

2012-11-14 Thread Mukesh Srivastav
is that your application deals with any Images , if yes, try to use the method, Bitmap.recycle(). Mukesh On Sat, Nov 10, 2012 at 11:28 PM, elihan wrote: > I have an app with large heap set, running on a galaxy S3 GT-I9300, with > android version 4.1.1 > The app needs to allocate a lot of tempora

[android-developers] inefficient garbage with large heap = true

2012-11-14 Thread elihan
I have an app with large heap set, running on a galaxy S3 GT-I9300, with android version 4.1.1 The app needs to allocate a lot of temporary objects intermittently. It runs very slowly because a lot of GC (and waiting for concurrent GC). The heap never grows beyond 25 MB, as I would have expected