is it possible to make heap size bigger than 1574m?
Hello,I have 4Gb of ram on server but the max Xmx value jvm accept is 1574M and _only_ 1G with -server option.is it possible to increase the size of heap jvm accepts?System details: JDK1.5_10 on Windows 2000Thanks in advance.
4GB of virtual address space, which is then split 2GB available to the program, and 2GB for the OS, memory mapped devices, etc.So the limit, as stated, is 2GB.