imho webrequest sucks here. use the native java and see if you have the
same problem.

Also, memory leaks might be related to your code. Are you properly using
usings? Have you considered scope? The GC is pretty smart unless you have
bad scoping...
Also how are you cleaning up your references ? If you are leaking that much
memory, and most other people don't, then It's the way you code.  If you're
constantly increasing in size then you aren't letting go of references.

On Tue, Jul 17, 2012 at 8:41 PM, Terry151151 <te...@terry-watts.com> wrote:

> I have a program that uses WebRequest and Sqlite. I sends request to the
> server and then updates a local database in background from the response.
> When I let the program stand idle it looses about 1Mb of ram about every 5
> minutes. After standing idle for a couple of hours it uses 70mb of ram.
> Does
> any body know if WebRequest or Sqlite have memory leak issues.
>
> Regards
> Terry
>
>
> --
> View this message in context:
> http://mono-for-android.1047100.n5.nabble.com/Memory-leak-tp5710935.html
> Sent from the Mono for Android mailing list archive at Nabble.com.
> _______________________________________________
> Monodroid mailing list
> Monodroid@lists.ximian.com
>
> UNSUBSCRIBE INFORMATION:
> http://lists.ximian.com/mailman/listinfo/monodroid
>



-- 
Extreme Knowledge is not something for which he programs a computer but for
which his computer is programming him.

-Wozniak
_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

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

Reply via email to