January 3, 20179 yr Dont run 2 tabs it will lag and crash eventually, just run 1 tab or purchase VIP to run 2+
January 4, 20179 yr Author Define really laggy, the client caps fps to reduce cpu usage so maybe that's just it. Those specs should be handling 2 bots just fine Not being able to open options menu and then crashing laggy
January 4, 20179 yr Not being able to open options menu and then crashing laggy That's not normal, Does it start lagging when you start your script or does it lag with no script running as well? Edited January 4, 20179 yr by Borre
January 6, 20179 yr Author That's not normal, Does it start lagging when you start your script or does it lag with no script running as well? It lags without script aswell Make a video pls this isnt normal The fighterbot got stuck somehow
January 7, 20179 yr Simply increase the memory of the JVM: java -jar OSBot.jar -mem 1000 OSBot starts with 500mb of heap space by default, this is fine for 1 script most of the time. To run 2 tabs you need to basically double the heap space, hence '-mem 1000'. The CPU usage is coming from the GC cycle running constantly.
January 7, 20179 yr Author Simply increase the memory of the JVM: java -jar OSBot.jar -mem 1000 OSBot starts with 500mb of heap space by default, this is fine for 1 script most of the time. To run 2 tabs you need to basically double the heap space, hence '-mem 1000'. The CPU usage is coming from the GC cycle running constantly. https://gyazo.com/b0489da01831f303999338f9de922ebc Is this what i'm supposed to type to add memory?
January 7, 20179 yr https://gyazo.com/b0489da01831f303999338f9de922ebc Is this what i'm supposed to type to add memory? No, run the command I gave from command line. OSBot has a boot loader that takes the JVM args, and spawns a new JVM (without those args). You need to use OSBots parameters: http://i.imgur.com/YcYszFA.png
January 8, 20179 yr Author No, run the command I gave from command line. OSBot has a boot loader that takes the JVM args, and spawns a new JVM (without those args). You need to use OSBots parameters: http://i.imgur.com/YcYszFA.png Tbh i still have no clue about this :l Where do i run the command?
January 8, 20179 yr Tbh i still have no clue about this :l Where do i run the command? I might run in the same problem once I got my new computer installed, so what I would understand from these guidelines: 1. Open Run (Windows+R) 2. type in "cmd" 3. type in java -jar OSBot.jar -mem 1000 Might want to edit some lines according to the other post http://i.imgur.com/YcYszFA.png Edited January 8, 20179 yr by Artifacts
January 8, 20179 yr Author I might run in the same problem once I got my new computer installed, so what I would understand from these guidelines: 1. Open Run (Windows+R) 2. type in "cmd" 3. type in java -jar OSBot.jar -mem 1000 Might want to edit some lines according to the other post http://i.imgur.com/YcYszFA.png Error: Unable to access jarfile osbot.jar
January 8, 20179 yr Error: Unable to access jarfile osbot.jar Thought this could happen, I suppose U could try and define the location: e.g. C:\Users\"YourUsername"\Desktop\OSBot 2.4.107.jar Or where-ever it is located (just find it in explorer and copy the adress)
January 8, 20179 yr Like another poster said there is not enough default memory to run two tabs in the client. You have to tell the client to use more. In the same directory as your osbot jar make a bat file @echo off title WTF 2 TABZ java -jar "osbot 2.4.107.jar" -mem 2048 pause If it says that java cannot be found or is not a command, you'll have to change it to the full path to java "C:\Program Files\Java\jre1.8.0_111\bin\java.exe" -jar ... Edited January 8, 20179 yr by Hayase
January 8, 20179 yr Author Thought this could happen, I suppose U could try and define the location: e.g. C:\Users\"YourUsername"\Desktop\OSBot 2.4.107.jar Or where-ever it is located (just find it in explorer and copy the adress) and then add the 'java -jar OSBot.jar -mem 1000' behind it?
January 8, 20179 yr Like another poster said there is not enough default memory to run two tabs in the client. You have to tell the client to use more. In the same directory as your osbot jar make a bat file @echo off title WTF 2 TABZ java -jar "osbot 2.4.107.jar" -mem 2048 pause If it says that java cannot be found or is not a command, you'll have to change it to the full path to java "C:\Program Files\Java\jre1.8.0_111\bin\java.exe" -jar ... This is the answer you're looking for. @@icecake
Create an account or sign in to comment