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

Reply via email to