Is an Object the smallest pageable unit in the Heap?

Posted by DonnieKun on Stack Overflow See other posts from Stack Overflow or by DonnieKun
Published on 2010-06-12T07:58:29Z Indexed on 2010/06/12 8:02 UTC
Read the original article Hit count: 129

Filed under:
|
|

Hi,

If I have a 2 GB ram and I have an 2 instances of an Object which is 1.5 GB each, the operating system will help and context switch the pages to and from harddisk.

What if I have 1 instances but is 3 GB. Can the same paging method breakdown this instances into 2 pages? Or will I encounter out-of-memory issue?

Thanks.

© Stack Overflow or respective owner

Related posts about heap

Related posts about paging