You can increase to 4GB on a 32 bit system.
(您可以在32位系统上增加到4GB。)
If you're on a 64 bit system you can go higher. (如果您使用的是64位系统,则可以更高。)
No need to worry if you've chosen incorrectly, if you ask for 5g on a 32 bit system java will complain about an invalid value and quit. (如果您选择不正确,无需担心,如果您在32位系统上要求5g,则Java会抱怨值无效并退出。)
As others have posted, use the cmd-line flags - eg
(正如其他人发布的那样,使用cmd-line标志-例如)
java -Xmx6g myprogram
You can get a full list (or a nearly full list, anyway) by typing java -X.
(您可以通过键入java -X来获得完整列表(或者无论如何都接近完整列表)。)
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…