Skip to content

Commit fe0036f

Browse files
fdartayreAdam Locke
and
Adam Locke
authored
Update threadpool.asciidoc (elastic#90098)
* Update threadpool.asciidoc Starting from 8.0 the value of the `node.processors` setting is bounded by the number of available processors elastic#44894 * Update docs/reference/modules/threadpool.asciidoc Co-authored-by: Adam Locke <[email protected]>
1 parent 66276c1 commit fe0036f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/reference/modules/threadpool.asciidoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +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. This setting accepts floating point numbers, this
181-
can be useful in environments where the Elasticsearch nodes are configured
182-
to run with CPU limits, such as cpu shares or quota under `Cgroups`.
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`.
183184

184185
[source,yaml]
185186
--------------------------------------------------

0 commit comments

Comments
 (0)