You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the number of workers gets to a certain threshold, more proxy processes need to be added instead.
One example is on a system with 80 cores, there were 77 workers, 1 proxy, and 1 manager. The proxy was overloaded and bottlenecking with a single process taking up 100% of it's core.
I don't have a hard rule yet, but a more balanced distribution seems to be 75 workers, 3 proxies, and 1 manager.
The text was updated successfully, but these errors were encountered:
When the number of workers gets to a certain threshold, more proxy processes need to be added instead.
One example is on a system with 80 cores, there were 77 workers, 1 proxy, and 1 manager. The proxy was overloaded and bottlenecking with a single process taking up 100% of it's core.
I don't have a hard rule yet, but a more balanced distribution seems to be 75 workers, 3 proxies, and 1 manager.
The text was updated successfully, but these errors were encountered: