There is a lot of lag when I play Minecraft. I think this is due to the low amount of RAM I've allocated to Minecraft. (495MB)
How do you allocate more RAM to Minecraft?
I checked my other computer (Intel i5 Core) and it had the same amount of RAM allocated to Minecraft. However, Minecraft did not lag on that computer.
After I installed Optifine on this computer, the lag stopped (I don't know why cause I read that Optifine splits the load onto 2 cores, but I have only one core (At least I think so, a sticker on the laptop says Intel CORE i7)).
Best Answer
Before you allocate RAM there are some things you should know:
So it is recommended you have a x64 system to allocate as much RAM as possible. Try an leave at least 1GB for the general system processes and stuff like that.
Here is how you allocate RAM on a windows system:
run.bat
So basically, the
xmx
is your maximum RAM your allocating and yourxms
is the minimum ram it should use.Here is an example of an actual run.bat:
Or if you have assigned Java in your system variables
Obviously don't just copy my code, as you need to find out where A) Your javaw.exe is located and B) where your minecraft.exe
Remember: 1GB = 1024MB and 0.5GB = 512MB
Old Launcher Introduced in 1.6
With the new launcher, it is allot easier to allocate RAM to your Minecraft. Simply go ahead and edit a profile and where it says "Java Settings (Advanced)", tick all the check boxes. Then add the amount of RAM you would like to the JVM Arguments text box. For example if I wanted to run it with 1GB I would simply type
-Xmx1G
and the 1G will indicate 1GB of RAM. xmx indicates the maximum RAM to allocate.Ensure that you have the correct path to your java and that you have JDK installed.
Latest Launcher
In the latest launcher, if you go to the "installations" tab, go to the edit installation settings for that particular version, scroll down and select more options, you're able to change the max amount of RAM by simply changing the
-Xmx
parameter.ALTERNATIVELY
Simply download the tekkit pack and there is an option to play vanilla Minecraft. Simply select the "Cog" or settings icon in the top right corner and it will give you an option to allocate RAM if other methods are failing. Good Luck
Also if you are having trouble doing any of this, just simply google it and there are literally 100s of posts similar to this and allot of tutorials.