My app is pretty huge and extremely complex with tons of different activities, data calls, big mysql and cache. Overall on my nexus 7 I see it around 40 to 60 mb in cached size. This is extremely similar to my wp7 app as well though where you are forced to stay under 90mb while running. Android is also in control of managing, suspending, and killing activities as well. I looked at other cached apps and they ranged from 10mb to 50mb as well.
Just what I have seen. I have users with all sorts of devices (even a droid 1) and no complaints yet. On Sep 10, 2012 9:55 AM, "Sayed Arian Kooshesh" <koosh...@gmail.com> wrote: > on windows you would use findstr instead of grep > > http://technet.microsoft.com/en-us/library/cc732459%28v=ws.10%29.aspx > > On Mon, Aug 13, 2012 at 3:43 PM, Jonathan Pryor <j...@xamarin.com> wrote: > >> On Aug 12, 2012, at 8:04 AM, soyo <lukair1...@gmail.com> wrote: >> > I'm interested in the RAM usage of applications. We wrote an >> application with monodroid, that uses augmented reality, and it's usage is >> usually >> > 50MB-60MB. >> >> How are you obtaining these numbers? >> >> Note that `adb shell ps` numbers are notoriously misleading, and I don't >> see anything within ddms that would provide that information either. >> >> To determine the Mono GC heap size, you should use GC.GetTotalMemory(): >> >> >> http://androidapi.xamarin.com/?link=M%3aSystem.GC.GetTotalMemory(System.Boolean) >> >> You should also consider enabling GC logging: >> >> adb shell setprop debug.mono.log gc >> http://docs.xamarin.com/android/advanced_topics/diagnostics >> >> - Jon >> >> _______________________________________________ >> 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 > > > - if my programming advice has helped you, feel free to donate to : > <https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KYUXV2PG88YQQ> > > <https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KYUXV2PG88YQQ> > <https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KYUXV2PG88YQQ> > > _______________________________________________ > Monodroid mailing list > Monodroid@lists.ximian.com > > UNSUBSCRIBE INFORMATION: > http://lists.ximian.com/mailman/listinfo/monodroid > >
_______________________________________________ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid