This counter displays the current size of the Large Object Heap in bytes. Objects greater than 20 KBytes are treated as large ...

This counter displays the current size of the Large Object Heap in bytes. Objects greater than 20 KBytes are treated as large objects by the Garbage Collector and are directly allocated in a special heap; they are not promoted through the generations. This counter is updated at the end of a GC; its not updated on every allocation.