A 32bit windows process can't have more than a 2G address space, of which the heap (what you are talking about) is only one part. Because the JVM code, stack, and memory takes around 500M, the heap is limited to somewhere around 1.5 G on a 32bit JVM.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I have a Windows 7, 32 Bit with 4GB of RAM.