Updated Increasing Java's memory allocation (markdown)

This commit is contained in:
Petr Mrázek 2016-05-20 20:41:30 +02:00
parent 2662eda1da
commit ef2ff987d9

View file

@ -2,7 +2,7 @@ You can increase the amount of memory allocated to your Minecraft instance by go
In general, values of `1024 MB` minimum, `2048 MB` maximum and `128 MB` PermGen are adequate for modded instances, though you may need to increase this for larger instances. If you're using 32 bit java, please do note the max ram can be no higher than 1500MB. That's the likely problem, when you get `Failed to create virtual machine`.
If you use Java 8 or newer, the PermGen number no longer has any meaning. Just leave it alone.
If you use Java 8 or newer, the PermGen number no longer has any meaning. Just keep it at its default of 64.
If you get a `java.lang.OutOfMemoryError` exception when you try to run an instance, you probably need to increase the amount of memory allocated to it.