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

Missed documentation update on default search thread pool size reduction #12308

Closed
ppf2 opened this issue Jul 17, 2015 · 0 comments
Closed

Missed documentation update on default search thread pool size reduction #12308

ppf2 opened this issue Jul 17, 2015 · 0 comments
Labels
>docs General docs changes

Comments

@ppf2
Copy link
Member

ppf2 commented Jul 17, 2015

We made the change here: #9165

But the doc still says 3x # of processors: https://www.elastic.co/guide/en/elasticsearch/reference/master/modules-threadpool.html?q=thread
Instead of the new default: (availableProcessors * 3) / 2) + 1 (then round down)

@ppf2 ppf2 added the >docs General docs changes label Jul 17, 2015
clintongormley added a commit that referenced this issue Jul 17, 2015
Updated formula for default search thread pool

Closes #12308
clintongormley added a commit that referenced this issue Jul 17, 2015
Updated formula for default search thread pool

Closes #12308
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>docs General docs changes
Projects
None yet
Development

No branches or pull requests

1 participant