At 64 gigs of ram, is it even worth getting a vps anymore?Would a VPS with 64gb of RAM be enough to handle a lot of anti-detect profiles open at once?
Chrome will naturally hit 100% cpu-usage often because of the network activity involved with running multiple profiles (proxies, frequent SSL encryption/decryption, loading/unloading profiles etc) but that shouldn't happen all the time.When you open so many profiles you might be limited your CPU actually?
I was testing selenium with 30 Chrome instances opened at once on my 64GB Ryzen 3900x 24-thread system a couple of weeks ago.
It only consumes about 12-20GB of RAM, but man the CPU is suffering hard.
Though, I was not using headless, so I assume it could actually withstand up to 60-80 of them.
cpu will be your bottleneck, not ram.@lucky.sparks your thoughts?
Most of what you listed is IO and isnt causing high cpu usage, e.g. waiting on network response isnt something that will cause high cpu usage.Chrome will naturally hit 100% cpu-usage often because of the network activity involved with running multiple profiles (proxies, frequent SSL encryption/decryption, loading/unloading profiles etc) but that shouldn't happen all the time.
True. But still can cause random issues like timeouts, etc. on random profiles when CPU spikes. Good/proper error handling must be in place to cover all possible scenarios.Most of what you listed is IO and isnt causing high cpu usage, e.g. waiting on network response isnt something that will cause high cpu usage.