Author: Tom | Posted on: 6/25/2008 3:00:00 AM | Views : 990

There are some times that you want to figure out what is taking up your memory.  There are a few ways that you can do this and some limitations put on this by .NET and ASP.NET.
Memory in a dump file If you are looking at a dump file, the first thing you can do is find out how much memory is being taking up by the NT Heaps, Virtual Allocations, Images (EXE and DLL), this is done by using the command: !address ââ?¬â??summary:

Here you can see the amount of data that each of these ...

Go to the complete details ...