Please enable JavaScript to view this site.

Memory Validator Help

The .Net Heap Dump tab allows you to specify how Memory Validator collects and manages .Net Heap Dumps.

 

 

 settings-net-heap-dump

 

 

Heap Dump

 

Everytime the .Net runtime performs a garbage collection the CLR provides a heap dump.

 

Memory Validator can't record every heap dump that happens - eventually we'd run out of memory to store them.

 

Collect .Net heap dumps at each garbage collection instructionStep collect .Net Heap dumps when a garbage collection happens

 

 Caution, enabling this option may cause large programs to run slowly. You may be better served by creating heap dumps manually, when you want them.

 

Collect .Net heap dump at profiler shutdown instructionStep collect .Net Heap dump when the profiler shutsdown

 

 Caution, enabling this option may cause large programs to close slowly. You may be better served by creating heap dumps manually, when you want them.

 

Number of heap dumps instructionStep the maximum number of heap dumps that will be kept

 

 

Reset All - Resets all global settings, not just those on the current page.

 

 

Reset - Resets the settings on the current page.