My Java program crashes because of lack of space - what to do :-)
If your Java program crashes because of lack of space - here is what to do:
Use the following option "-Xmx7500M", e.g.,
java -Xmx7500M myprogram 2000000000 4
Eric
Published Mar. 9, 2019 10:57 PM
- Last modified Mar. 9, 2019 10:58 PM