Hello, I readed on the BAS features is tested up to 2000 threads, but what machine is need to reach it?
I'm running a youtube player in i3 with 4gb ram and with 7 threads cpu is 100% and ram at 75%
am I doing something wrong?
As already stated, 2000 http client threads. 2000 browser threads would be quite an intensive operation to say the least... You would need a very powerful vps with lots of RAM, but even then I'm not sure BAS would handle it without crashing.
None of the ideas you gave worked, but thanks anyway. It resolved on its own, and if you encounter this issue, the solution is simply to wait — it gets fixed after 24 hours.
@505167790 The way I solve that kind of problem is with if statement.
First I load the proxy. Then Get on the link, then Status (these are functions in Http Client). So I go to Script Logic choose IF expression. If [[SAVED_STATUS]]!=200 (200 is code for successfully loading page) then load proxy Get on the link, then Status and so on...