I want more RAM, not only 2GB!
You can adapt the numbers to your needings:
- -Xmx is the maximum of RAM wich Minecraft can allocate.
- -Xms is the allocated RAM at the beginning.
- -Xms can also be omitted. As result Minecraft will not allocate all Ram at once, but as much as needet.
- -Xms must not be greater than -Xmx!
Example:
2GB:
-Xmx2048M -Xms2048M (or short -Xmx2G -Xms2G)<br>
3GB:
-Xmx3072M -Xms3072M (or short -Xmx3G -Xms3G)<br>
4GB:
-Xmx4096M -Xms4096M (or short -Xmx4G -Xms4G)<br>
6GB:
-Xmx6144M -Xms6144M (or short -Xmx6G -Xms6G)<br>