- Joined
- Dec 23, 2014
- Messages
- 53
- Thread Author
- #1
Hi guys, First of all just want to credit @roflcopter19 and @Raymondbl For helping me find a solution to my Client crashing and lagging.
I'm going to explain and show you how they helped me get it working and what you need to do.
First of all if you are having any client issues around lag or it crashing you should start by allocating more ram to java which this guide shows you : http://www.wikihow.com/Increase-Java-Memory-in-Windows-7
After that you will want to create a .bat file and put what you can see below." notice the Xmx2048m that indicates how much ram you assigned to java, if you have lower memory available you can change it by following the guide i linked!
Here is the text you will need to put in on notepad and then save as a .bat file.
java -jar -Xmx2048m RuneMate.jar
Now this is what it should look like when you're saving it, Remember to select all files from the drop down menu!
After that you need to move this file into the Runemate folder, along with the runemate.jar file, after that you should be good to go!
Cheers
I'm going to explain and show you how they helped me get it working and what you need to do.
First of all if you are having any client issues around lag or it crashing you should start by allocating more ram to java which this guide shows you : http://www.wikihow.com/Increase-Java-Memory-in-Windows-7
After that you will want to create a .bat file and put what you can see below." notice the Xmx2048m that indicates how much ram you assigned to java, if you have lower memory available you can change it by following the guide i linked!
Here is the text you will need to put in on notepad and then save as a .bat file.
java -jar -Xmx2048m RuneMate.jar
Now this is what it should look like when you're saving it, Remember to select all files from the drop down menu!
After that you need to move this file into the Runemate folder, along with the runemate.jar file, after that you should be good to go!
Cheers
Last edited: