This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
I'm trying to allocate more ram to my Minecraft game.
I am typing this into a notepad
javaw -Xmx4096m -Xms2048m -jar "C:\Users\Thomas\Desktop\MagicLauncher_1.0.0.exe"
and saving it as .bat
Then when I start everything runs fine, but I still only get 981MB.
Does anyone know what is going wrong? And a way to fix it.
Thanks!