Blastoid 0 Share 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? Link to comment Share on other sites More sharing options...
Pandemic 2802 Share 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) Link to comment Share on other sites More sharing options...
Blastoid 0 Author Share 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 Link to comment Share on other sites More sharing options...
Hans Zimmer 19 Share 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 Link to comment Share on other sites More sharing options...
Blastoid 0 Author Share 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 Link to comment Share on other sites More sharing options...
Marjyys 0 Share Posted November 19, 2023 How do I do this? Link to comment Share on other sites More sharing options...
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