Skip to content
illyfrancis edited this page Oct 22, 2013 · 11 revisions

Explanation of heap

And the memory allocation in 32bit OS etc. Because JVM requires a contiguous memory, in 32bit OS the max VM heap allocation is usually 1.2G to 1.6G according to the blog. Although that's that the limitation of the VM. The alternative is to use 64bit OS.

Clone this wiki locally