Blastoid 0 Posted September 21, 2022 When I'm not running cli/quick start clients use around 500 mb, when running cli/quickstart each client uses like 2gb-3gb. Anyone know why this is happening?
Pandemic 2846 Posted September 21, 2022 The launcher sets the memory usage, if you're running the client directly with QuickStart, you'd need to add your own limits by adding this before -jar: -Xmx256M That'd limit Java's heap to 256MB (you can adjust it as you need)
Blastoid 0 Author Posted September 21, 2022 (edited) 4 hours ago, Pandemic said: The launcher sets the memory usage, if you're running the client directly with QuickStart, you'd need to add your own limits by adding this before -jar: -Xmx256M That'd limit Java's heap to 256MB (you can adjust it as you need) tried that but still the same issue, perhaps im messing up somewhere? Example: start java -Xmx256M -jar C:\Users\Administrator\DreamBot\BotData\client.jar -script "Sub Account Builder" -account "xxx" -covert -proxy "xxx" -params "zultest" Edited September 21, 2022 by Blastoid
Hans Zimmer 27 Posted September 22, 2022 This is what I have and it works for me. javaw -Xmx700m -jar C:\Users\user\DreamBot\BotData\client.jar -script "ScriptNameHere" -account "AccountNameHere" -covert -fps "5" -world "members" -minimized
Blastoid 0 Author Posted September 25, 2022 On 9/21/2022 at 8:15 PM, Hans Zimmer said: This is what I have and it works for me. javaw -Xmx700m -jar C:\Users\user\DreamBot\BotData\client.jar -script "ScriptNameHere" -account "AccountNameHere" -covert -fps "5" -world "members" -minimized ty
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now