-
Notifications
You must be signed in to change notification settings - Fork 0
Java
illyfrancis edited this page Oct 22, 2013
·
11 revisions
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.