Created
October 30, 2018 14:13
-
-
Save vchirikov/86bab94b5ad7bf334a0be41dba3b8b3e to your computer and use it in GitHub Desktop.
Perfview command that can help found problems with GC
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://blogs.msdn.microsoft.com/maoni/2018/10/09/you-should-never-see-this-callstack-in-production/ | |
PerfView64.exe /nogui /accepteula /BufferSizeMB:4096 /CircularMB:2000 /CollectMultiple:3 /StopOnGcOverMsec:3000 /DelayAfterTriggerSec:0 /KernelEvents:Memory,VirtualAlloc,Default /Process:"w3wp" /OnlyProviders:"ClrPrivate:1:5,Clr:0x40000001:5" /NoRundown /NoNGenRundown /NoClrRundown /Merge:true /Zip:true collect |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment