it showing my cpu usage is 100% but it's not i just ran 50 threads on a 76 core 200gb server it seems now it is imposible to do much threads . i have truned off threads delay & and setup to open 300 threads on settings but it seems it still takes time to open new threads .
BAS says: Failed to start browser, not enough system resources. Free memory 175432 mb, processor usage 92 %
but on server usages, i see there is no spike
My script need to change the threads number dynamically, e.g.: 9:00-10:00 i need 30 threads,10:00-11:00 40 threads ...
What should I do?
Dynamically increase the number of threads can not. Specify at once the maximum number of threads, and let the excess threads sleep. Or use the action "Call function in several threads".