Max amount of memory per java process in windows? - Stack Overflow
This is a pretty simple question: What is the maximum heap size that you can allocate on 32-bit Windows for a Java process using -Xmx? ... For a large file I suggest you use a memory mapped file. This doesn't use heap space (or very little) so maximum hea
stackoverflow.com |