What is the maximum heap size that you can allocate on 32-bit Windows for a Java process using -Xmx?
-Xmx
I\'m asking because I want to use the ETOPO1 data i
For a large file I suggest you use a memory mapped file. This doesn't use heap space (or very little) so maximum heap size shouldn't be a problem in this case.