Tracking down managed memory leaks

Here is a useful post on tracking down .NET memory leaks, by Rico Mariani from the .NET Performance team.  His blog is a wealth of practical information on performance issues  - subscribed. (I was particularly impressed by the fact that he and I have the exact same first rule about calling GC.Collect - Don't !)

 

 

No Comments