Right, I had a good run with desc-heap profiler, and it appears to generate the following output:

Checkpoint at 1123773 for gc
  System.String : 1168888
  System.Int32 : 379812
  System.Int32[] : 3329420
  System.Collections.Hashtable+Slot[] : 5852760
  System.Byte[] : 5869466
Checkpoint at 1141329 for gc
  System.String : 1184578
  System.Int32 : 375684
  System.Int32[] : 3329360
  System.Collections.Hashtable+Slot[] : 5852760
  System.Byte[] : 5889538

etc

-------

Now, this is all nice, but actual memory used by the application is much much more to the tune of 100Mb+
- am I misreading something here? Where are the other objects? They might take no memory, but what does then?!?!


cheers

Alex
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to