You're misunderstanding. That's not the amount of memory being consumed at any single instance in time. That's the total amount allocated since app startup. Therefore the longer your app runs, the bigger all those numbers become.
Alan. On 1 Sep 2011 00:59, "pjsmith" <[email protected]> wrote: > I will try declaring the streamwriter as a global and re-using it to see if > it resolves the issue. > > The dictionaries are large. They hold maybe 30-50000 strings. I'm > expecting them to be big. > > -- > View this message in context: http://mono.1490590.n4.nabble.com/newbie-understanding-profiler-data-tp3781405p3782503.html > Sent from the Mono - General mailing list archive at Nabble.com. > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list
_______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
