DoesItWork Posted February 9, 2016 Posted February 9, 2016 I need step by step instructions on how to resolve the issue of memory leak: https://gyazo.com/2f63f977e6df58ee328cda41da37b7e6 Thanks,
Khaleesi Posted February 9, 2016 Posted February 9, 2016 I need step by step instructions on how to resolve the issue of memory leak: https://gyazo.com/2f63f977e6df58ee328cda41da37b7e6 Thanks, what memory leak? I don't see any
DoesItWork Posted February 9, 2016 Author Posted February 9, 2016 what memory leak? I don't see any So, 500MB+ of memory and 20%+ CPU is normal for a ranging guild script?
Khaleesi Posted February 10, 2016 Posted February 10, 2016 (edited) So, 500MB+ of memory and 20%+ CPU is normal for a ranging guild script? I'm pretty sure that average indeed If you will use mirror mode it can go 4 times as much ... You can always disbale rendeing or use low cpu mode in the settings ^^ Khaleesi Edited February 10, 2016 by Khaleesi
Chris Posted February 10, 2016 Posted February 10, 2016 So, 500MB+ of memory and 20%+ CPU is normal for a ranging guild script? depends on the script really. but the client uses standard 500-600mb of ram
DoesItWork Posted February 10, 2016 Author Posted February 10, 2016 depends on the script really. but the client uses standard 500-600mb of ram What about CPU? Frost Barrows script only takes 30% less CPU than this ranging guild trip? I'm pretty sure that average indeed If you will use mirror mode it can go 4 times as much ... You can always disbale rendeing or use low cpu mode in the settings ^^ Khaleesi I do, memory remain the same but the CPU usage is 5% less but I still consider it high for such a simple script.
lisabe96 Posted February 10, 2016 Posted February 10, 2016 What kind of CPU do you have. That's the first thing we need to know before making any conclusions here.
DoesItWork Posted February 10, 2016 Author Posted February 10, 2016 What kind of CPU do you have. That's the first thing we need to know before making any conclusions here. https://gyazo.com/28e847d0a8c257236012fc3d2a445eec
lisabe96 Posted February 10, 2016 Posted February 10, 2016 https://gyazo.com/28e847d0a8c257236012fc3d2a445eec Yeah the CPU usage is definitely too high. Does this keep happening after restarting osbot?
DoesItWork Posted February 10, 2016 Author Posted February 10, 2016 Yeah the CPU usage is definitely too high. Does this keep happening after restarting osbot? Yup, I've made at least one or two post on the thread and the reply was memory leak... Current Status: https://gyazo.com/608a6ada188dd0c8bebf218e80296240 Firefox currently has 4 tabs going, one of which is Youtube. OSbot is currently running on low CPU and disable rendering is still running at 15%.
Volta Posted February 10, 2016 Posted February 10, 2016 Range guild scripts gotta loop fast to be able to click fast, which results in higher CPU usage. 1
DoesItWork Posted February 10, 2016 Author Posted February 10, 2016 Range guild scripts gotta loop fast to be able to click fast, which results in higher CPU usage. Yeah! That does make complete sense.
Caesar Posted February 10, 2016 Posted February 10, 2016 I'd post on the script thread. I've had high CPU/Ram usage with Czar's scripts before, as soon as I posted, he fixed it within a few hours. Personally I don't own the script, but maybe ask around to people who have the script aswell and see if they're having similiar issues.
Salty as fuck Posted February 10, 2016 Posted February 10, 2016 Range guild scripts gotta loop fast to be able to click fast, which results in higher CPU usage. This is the most reasonable conclusion in this thread. It might also be a bit unoptimized, but having to quickly check things in scripts always results in higher cpu usage.
Khaleesi Posted February 10, 2016 Posted February 10, 2016 This is the most reasonable conclusion in this thread. It might also be a bit unoptimized, but having to quickly check things in scripts always results in higher cpu usage. Yap, happends when you don't cache data ... Loading the same thing over and over can cause huge cpu usage without any reason ^^ 1