Your Minecraft too laggy?

blairp59

Member
Hey guy's it's blairp59

I've been having problems lately with my Minecraft running out of memory in the BuyMore. I decided to resolve this probelm by searching up about it. Found out you can add more ram to my Minecraft, Minecraft use's a max of 1024Mb of ram on your computer and considering iv'e got 16Gb of ram i can add more. Now my Minecraft is now running on 8Gb of ram and couldn't be any better, Now entering the BuyMore with out a problem. If anyone want's to know how to add more ram then just let me now. :)
 

blairp59

Member
Well i just made a quick scripted program, and work well. This is what you do to make it.
1. Open up NotePad and paste the following.
javaw -Xms2048m -Xmx5120m -jar "C:\Users\COMPUTERNAME\Desktop\Minecraft.exe"
2. Save is a [NAME.bat]. Make sure it's bat other wise it'll not work. I recommend that you need at least 2Gb of ram towards your computer.

512
1024
2048
4096
8192

javaw -Xms512m -Xmx1024m -jar "C:\LocationOfFolder\Minecraft.exe"
javaw -Xms1024m -Xmx2048m -jar "C:\LocationOfFolder\Minecraft.exe"
javaw -Xms2048m -Xmx4096m -jar "C:\LocationOfFolder\Minecraft.exe"

Good luck :)
 

blairp59

Member
There are various ways to allocate memory to minecraft, but I found that this is one of the best and simplest ways and it will teach you some vital skills which can be important for minecraft modding
 
Back
Top