Change the default createdump memory enumeration to the fast path (#81922)
authorMike McLaughlin <mikem@microsoft.com>
Fri, 10 Feb 2023 05:54:38 +0000 (21:54 -0800)
committerGitHub <noreply@github.com>
Fri, 10 Feb 2023 05:54:38 +0000 (21:54 -0800)
commitba1d6253f058c0ddc3399119dd1ec52017b704d7
treedfcdcebd5e175be83cc688bffa8e9272736ec526
parentff3ee85603125a2d5c1fe8f797701a1ead9c5b5b
Change the default createdump memory enumeration to the fast path (#81922)

* Change the default createdump memory enumeration to the fast path

Also reduces the memory createdump uses generating a dump.

Setting DOTNET_EnableFastHeapDumps=0 opts out going back to the
slow/high memory usage generation.

Issue: https://github.com/dotnet/runtime/issues/72148

* Update src/coreclr/debug/createdump/crashinfo.cpp

Co-authored-by: Noah Falk <noahfalk@users.noreply.github.com>
---------

Co-authored-by: Noah Falk <noahfalk@users.noreply.github.com>
src/coreclr/debug/createdump/crashinfo.cpp