Heap memory usage
Posted by noah on January 21, 2009
To figure out how the heap memory is being used, using windbg.exe:
.load clr10\sos.dll
!dumpheap stat
Posted by noah on January 21, 2009
To figure out how the heap memory is being used, using windbg.exe:
.load clr10\sos.dll
!dumpheap stat