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