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

Option to configure event loop group thread count #747

Open
valerauko opened this issue Mar 18, 2025 · 1 comment
Open

Option to configure event loop group thread count #747

valerauko opened this issue Mar 18, 2025 · 1 comment

Comments

@valerauko
Copy link
Contributor

While the same is configurable using a netty jvm option for client pools, for the server it's hardcoded at 2 * .availableProcessors

If there was an option to configure the event loop group thread counts (maybe even separately for the parent/child groups) users with enough understanding of their workloads would be able to configure more informed thread pools

@arnaudgeiser
Copy link
Collaborator

For completness, today the client can be configured by passing the io.netty.eventLoopThreads JVM property which is not the case for the server. It could be a dedicated parameter as well (or both).

There is no specific reason why this is not supported in the first place and it's rather low-hanging-fruit.
Thoughts @DerGuteMoritz ?

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

2 participants