Skip to content

Commit 28b4577

Browse files
Adam Lockefdartayre
andauthored
Update threadpool.asciidoc (#90098) (#91157)
* 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 <[email protected]> (cherry picked from commit fe0036f) # Conflicts: # docs/reference/modules/threadpool.asciidoc Co-authored-by: Frederic Dartayre <[email protected]>
1 parent 3e181e4 commit 28b4577

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/reference/modules/threadpool.asciidoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,10 @@ thread_pool:
177177
The number of processors is automatically detected, and the thread pool settings
178178
are automatically set based on it. In some cases it can be useful to override
179179
the number of detected processors. This can be done by explicitly setting the
180-
`node.processors` setting.
180+
`node.processors` setting. This setting is bounded by the number of available
181+
processors and accepts floating point numbers, which can be useful in environments
182+
where the {es} nodes are configured to run with CPU limits, such as cpu
183+
shares or quota under `Cgroups`.
181184

182185
[source,yaml]
183186
--------------------------------------------------

0 commit comments

Comments
 (0)