On Nov 21, 2011, at 1:09 PM, Jack Bond wrote:
> The project I've attached has a single activity that does a single web
> service call, but it leaks memory massively on my wifi galaxy tablet and
> galaxy S II phone.

Could you or Axel Busch provide more information, e.g. how high the count gets 
before the process exits?

I'm running this on what will be the next release (fingers crossed) on a Nexus 
One. I'm currently seeing behavior similar to what Axel reported -- memory 
increases to ~52MB (Count ~376), then drops to ~40MB, after 520+ iterations. I 
haven't seen it crash yet.

Do you remember at what count it was crashing at for you?

If I modify the sample to perform a GC.Collect() after the `client.Dispose()` 
call (Activity1.cs:66), then memory use seems far more stable, staying at 
~33.5MB by the same 520 iteration count as above.

Based on the information I have at my disposal, I believe that this will be 
fixed in the next release (due Real Soon Now).

 - Jon

_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to