Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Balance proxy processes with high number of workers #8

Open
ethack opened this issue Oct 5, 2023 · 0 comments
Open

Balance proxy processes with high number of workers #8

ethack opened this issue Oct 5, 2023 · 0 comments

Comments

@ethack
Copy link
Contributor

ethack commented Oct 5, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant