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

[dispatcher] Consider increasing thread pool size #58

Open
gkistler opened this issue Aug 8, 2015 · 0 comments
Open

[dispatcher] Consider increasing thread pool size #58

gkistler opened this issue Aug 8, 2015 · 0 comments

Comments

@gkistler
Copy link
Collaborator

gkistler commented Aug 8, 2015

The default size of the thread pool depends on the reactor being used; the default reactor uses a minimum size of 5 and a maximum size of 10. Be careful that you understand threads and their resource usage before drastically altering the thread pool sizes.

reactor.suggestThreadPoolSize looks like what we want if we want.

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

No branches or pull requests

1 participant