mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 07:37:19 -04:00
Remove extra 'processors' anchor in threadpool docs
This commit is contained in:
parent
97958ed02a
commit
dede6ee874
1 changed files with 2 additions and 3 deletions
|
@ -95,8 +95,7 @@ threadpool:
|
||||||
queue_size: 1000
|
queue_size: 1000
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
|
|
||||||
[processors]]
|
[float]
|
||||||
[float]
|
|
||||||
[[processors]]
|
[[processors]]
|
||||||
=== Processors setting
|
=== Processors setting
|
||||||
The number of processors is automatically detected, and the thread pool
|
The number of processors is automatically detected, and the thread pool
|
||||||
|
@ -105,4 +104,4 @@ are wrongly detected, in such cases, the number of processors can be
|
||||||
explicitly set using the `processors` setting.
|
explicitly set using the `processors` setting.
|
||||||
|
|
||||||
In order to check the number of processors detected, use the nodes info
|
In order to check the number of processors detected, use the nodes info
|
||||||
API with the `os` flag.
|
API with the `os` flag.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue