Non-contiguous heaps

This is the practice of keeping the Java heap in several non-adjacent chunks of system memory. Non-contiguous heaps require additional bookkeeping, but can vastly increase the amount of available heap space in environments where, for example, the operating system resides in the middle of the address space. This is mostly relevant on 32-bit architectures where the amount of address space is limited.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.218.45.80