- Joined
- Jan 29, 2019
- Messages
- 29
- Thread Author
- #1
When I open RuneMate and start running any bot, the RS3 interface becomes quite a bit more laggy. In addition, my actual computer mouse will stutter every now and then. My computer is quite high end with two GTX 970 GPU's running in SLI and an i7-4790k processor so I know it's not that. I do not believe this issue occurs when running OSRS (very smooth gameplay and no consistent stuttering and lag). Any ideas?
I found out the issue many, many people have. The Java ram is being reached continuously and the garbage collector continuously gets rid of unnecessary RAM used and creates a jerk in the graphics (and your actual computer mouse, often). You can tell this is happening by pressing [alt] + [`] and typing in "displayfps" into the console that shows up. You will see your ram (most likely in red color due to usage) and everytime the current ram hits the game clients max ram (384MB), the game and computer mouse lag for a second.
The way to resolve this is to increase the ram available to the client to 512MB (I've been successful with 640MB, but as you go higher, the risk of the game crashing is higher) and allow partial multi-core use for offloading the garbage collector to another processor core. There are guides online on how to do this by editing the RuneScape prm file.
I found out the issue many, many people have. The Java ram is being reached continuously and the garbage collector continuously gets rid of unnecessary RAM used and creates a jerk in the graphics (and your actual computer mouse, often). You can tell this is happening by pressing [alt] + [`] and typing in "displayfps" into the console that shows up. You will see your ram (most likely in red color due to usage) and everytime the current ram hits the game clients max ram (384MB), the game and computer mouse lag for a second.
The way to resolve this is to increase the ram available to the client to 512MB (I've been successful with 640MB, but as you go higher, the risk of the game crashing is higher) and allow partial multi-core use for offloading the garbage collector to another processor core. There are guides online on how to do this by editing the RuneScape prm file.