File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -177,9 +177,10 @@ thread_pool:
177177The number of processors is automatically detected, and the thread pool settings
178178are automatically set based on it. In some cases it can be useful to override
179179the 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 Elasticsearch nodes are configured to run with CPU limits, such as cpu
183+ shares or quota under `Cgroups`.
183184
184185[source,yaml]
185186--------------------------------------------------
You can’t perform that action at this time.
0 commit comments