Tagged Questions
6
votes
2answers
2k views
Is my heap fragmented
0:000> !dumpheap -stat
total 1755874 objects
Statistics:
MT Count TotalSize Class Name
7b9b0c64 1 12 System.Windows.Forms.Layout.TableLayout+ColumnSpanComparer
....
7933303c ...
2
votes
4answers
514 views
When to address managed heap fragmentation
I was reading a blog entry by Josh Smith where he used a cache mechanism in order to "reduce managed heap fragmentation". His caching reduces the number of short-lived objects being created at the ...
1
vote
1answer
345 views
System.Security.Policy.Evidence, Web Services and Blowing Out the LoH
A new application that has been developed has a heavy use of web services. We started hitting out of memory exceptions on a regular basis (as usage has increased). Upon reviewing the memory dumps I ...