Slow Garbage Collection in C#

716 Views Asked by At

I am using Perfview do analyse the performance of the Garbage collector.
I use the CLR Startup Flags: CONCURRENT_GC, SERVER_GC for my console app.
The slowness is sometimes in Gen 0, Gen 1 or Gen 2.
What would you suggest me to analyse this further?
I suspect that the GC is busy related to an external 3rd party lib which uses native code under the hood, but I would like to know how I can further analysis this.

enter image description here

0

There are 0 best solutions below