Skip to content

Commit

Permalink
Update threadpool.asciidoc (#90098) (#91157)
Browse files Browse the repository at this point in the history
* Update threadpool.asciidoc

Starting from 8.0 the value of the `node.processors` setting is  bounded by the number of available
processors #44894

* Update docs/reference/modules/threadpool.asciidoc

Co-authored-by: Adam Locke <adam.locke@elastic.co>
(cherry picked from commit fe0036f)

# Conflicts:
#	docs/reference/modules/threadpool.asciidoc

Co-authored-by: Frederic Dartayre <30438455+fdartayre@users.noreply.github.com>
  • Loading branch information
Adam Locke and fdartayre authored Oct 27, 2022
1 parent 3e181e4 commit 28b4577
Showing 1 changed file with 4 additions and 1 deletion.
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

0 comments on commit 28b4577

Please sign in to comment.