Skip to content

[8.4] Update threadpool.asciidoc (#90098) #91157

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

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/reference/modules/threadpool.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,10 @@ thread_pool:
The number of processors is automatically detected, and the thread pool settings
are automatically set based on it. In some cases it can be useful to override
the number of detected processors. This can be done by explicitly setting the
`node.processors` setting.
`node.processors` setting. This setting is bounded by the number of available
processors and accepts floating point numbers, which can be useful in environments
where the {es} nodes are configured to run with CPU limits, such as cpu
shares or quota under `Cgroups`.

[source,yaml]
--------------------------------------------------
Expand Down