I was just wondering if anyone new how to allocate more memory to the new launcher? I knew you could do this before with the older version, by creating a batch file on your desktop and typing
java -Xmx2048M -Xms2048M -jar "Minecraft.exe"
I looked around the new launcher and it looks like under "Edit Profile" there's an executable option under Advanced Java Settings. Does anyone know the code to allow it to run with more RAM?
Thanks in advance!
Edit: I seemed to have figured out how to do it. For those of you wanting to know how, it's substantially easier than before.
1. In the new launcher click on Edit Profile (or create a new profile designated for more RAM).
2. Then tick the box that says JVM Arguments.
3. Erase the text in the box and enter how much RAM you would like to allocate to Minecraft. e.g. If you would like to allocate 2GB of memory to Minecraft, you would insert
-Xmx2048M -Xms2048M
This seemed to work for me, if I'm doing anything wrong please comment and let me know!
Sorry for being such a noob, this is my first time on the forums!
I looked around the new launcher and it looks like under "Edit Profile" there's an executable option under Advanced Java Settings. Does anyone know the code to allow it to run with more RAM?
Thanks in advance!
Edit: I seemed to have figured out how to do it. For those of you wanting to know how, it's substantially easier than before.
1. In the new launcher click on Edit Profile (or create a new profile designated for more RAM).
2. Then tick the box that says JVM Arguments.
3. Erase the text in the box and enter how much RAM you would like to allocate to Minecraft.
e.g. If you would like to allocate 2GB of memory to Minecraft, you would insert
This seemed to work for me, if I'm doing anything wrong please comment and let me know!
Sorry for being such a noob, this is my first time on the forums!