Has anyone been able to develop a youtube views bot with BAS? I'm trying hard to get it to work but views don't get counted. Is it because it's using chrome without webrtc and all?
@yourfriendkarol said in why specifically my pc lags with bas apps? my resources usage are low. Are bots that didnt reset for long, lagging?:
im doing A LOT of HTTP client 'get' and browser pages loading, scraping too, as you said.
"browser pages" - this could be the cause due to writing the data if you're using profiles. I will run some test later this week and check on the I/O with [ X ] threads, browsers w & w/o profiles and report back since my laptop
spoiler
The HTTP Requests are never stored (only Cookies) on the disk, only memory which can increase by x2 if you're calling the content to a variable. HOST C++ Variables (which will be managed the best it will be) <- TO -> JS Variable which (Is an unknown how it's done to me since C++ isn't my cup of tea) is only memory related, converted down to C++ (Is my Guess! - Don't hold me to it).
Add a resourse for threads, and make it FixedInteger, Then restart record, And click on " Thread Number " on the left upper corner, Then add your threads resourse inside it.