Comments
Sort by recent activity
Hi,
I am having quite a confusing time trying to decipher the memory profiling of my ASP.NET application. I'm trying to trace a memory leak (well actually, inefficient GC collections) but the results from ANTS are not too helpful. Most memory-hogging objects have the phrase: 'there is no source code available for the allocation of this object'. While a few of my objects that do have do have source code are not taking up very much memory.
I'm expecting that ANTS would point to my code in a heirarchal fashion (just like ANTS performance profiler), and ignore objects that I don't have source code for (like internal IIS objects).
Am I using memory profiler incorrectly, or expecting too much of it?
Is there a tutorial on how to memory profile an ASP.NET application, as the tutorial that I can find is for a windows forms application.
Lance / comments
Hi,
I am having quite a confusing time trying to decipher the memory profiling of my ASP.NET application. I'm trying to trace a memory leak (well actually, inefficient GC collections) but the resu...