What is Large Object Heap ?

When an object is created, if the object size is greater than 85000 bytes, it will be created in a separate heap called, Large Object Heap.

If the size is lesser than 85000 bytes, it will be created in a heap called, Smaller Object Heap.

USES:

When the Garbage Collector collects the objects, it will perform the compaction on Small Object Heap for more contiguous free memory. However, in case of Large Object Heap, it will not perform any compaction, as it takes more resources to move the Large Objects.


Cheers.....
What is Large Object Heap ? What is Large Object Heap ? Reviewed by kamal kumar das on May 07, 2012 Rating: 5

No comments:

ads 728x90 B
Powered by Blogger.