mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 07:37:19 -04:00
Update threadpool.asciidoc
Updated formula for default search thread pool Closes #12308
This commit is contained in:
parent
c483a221b7
commit
c3f44e5325
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ There are several thread pools, but the important ones include:
|
||||||
|
|
||||||
`search`::
|
`search`::
|
||||||
For count/search operations. Defaults to `fixed`
|
For count/search operations. Defaults to `fixed`
|
||||||
with a size of `3x # of available processors`,
|
with a size of `int((# of available_processors * 3) / 2) + 1`,
|
||||||
queue_size of `1000`.
|
queue_size of `1000`.
|
||||||
|
|
||||||
`suggest`::
|
`suggest`::
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue