This policy controls what concurrency mode the Microsoft .Net garbage collector uses. Concurrent garbage collection enables ...

        This policy controls what concurrency mode the Microsoft .Net garbage collector uses.

        Concurrent garbage collection enables threads to run concurrently with a dedicated thread that performs the garbage collection for most of the duration of the collection. This option affects only garbage collections in generation 2; generations 0 and 1 are always non-concurrent because they finish very fast.

        This is an advanced tuning option that should not normally be modified.

        The default value is to use non-concurrent garbage collection.