Hello how to consume less memory so that i can run more and more multithreads
-
hello i have a 16gb i7 pc at home.
When i start the bot with 150 it runs quite well without hanging ( no browser showing) and when i make it to 300 it keeps on hanging.
Is there a way to run more threads consuming less memory or something?
one more thing i wanted to ask is there a way to set limited number of internet bandwidth per instance.
Also it will be a plus if there is any ebook of browserautomation studio where i can learn everything in it . i dont mind payinga bit
-
@ankys283,
If you are using a browser instead of post-get requests, you are likely to be stuck in the limit on the number of GDI objects. If so, you can slightly reduce the use of GDI objects, but not significantly. This is a limitation of Windows.
-
@Antonio
Thank you so much..
So in windows i can only do this much.
you looks like an experienced person, Thanks much,
Also tell me what is the solution for it?
linux?
-
@ankys283,
IF the problem is with GDI objects, the solution is to run the script with an impeded number of threads, but on multiple computers. Linux is not yet supported.
-
use http client if you want speed . if browser is only solution then you need to disable everything you can ex . images, scripts and other blockable objects .