Skip to content

Instantly share code, notes, and snippets.

@vchirikov
Created October 30, 2018 14:13
Show Gist options
  • Save vchirikov/86bab94b5ad7bf334a0be41dba3b8b3e to your computer and use it in GitHub Desktop.
Save vchirikov/86bab94b5ad7bf334a0be41dba3b8b3e to your computer and use it in GitHub Desktop.
Perfview command that can help found problems with GC
# 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