So I want to run many Firefox Webbrowsers in background with Selenium. I used already --headless to make the clients invisible but my question is if there is another thing that I can do to reduce my performance to open more browser, because if I try more than 30 Firefox client it crashes my PC.
I already looked for some solutions and I just found --no-startup-window but this didn't do anything.
So is there another thing that I can do to run over 50 or more Firefox browsers completely in background without killing my PC?