I believe he said 85k because that's what the documentation (or at least
some articles found in MSDN) says... however, inspection tells you that
LOS is only 20k (using perfmon or any other performance monitor for that
matter).
-Andre
[quoted text, click to view] Niall wrote:
> I was fairly sure that the large object heap was for objects > 20k, as the
> OP said. How come you say 85k?
>
> Niall
>
> "Willy Denoyette [MVP]" <willy.denoyette@skynet.be> wrote in message
> news:e7BEmmmXDHA.2320@TK2MSFTNGP12.phx.gbl...
>
>>Mark Tucker wrote:
>>|| Are the objects (greater than 20K) on the large object heap(LOH)
>>|| divided into Gen 0, 1, and 2? I know the LOH is collected, but not
>>|| compacted. Is it only collected during a Full GC?
>>||
>>|| Mark
>>
>>Large Objects (> 85Kb) are immediately stored in a separate heap, they are
>
> never part of the generational heap. They are collected
>
>>during a full GC.
>>
>>Willy.
>>
>>
>
>
>