mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-18 19:05:06 +00:00
Merge pull request #18590 from mikemccand/index_queue_limit_docs
Document the hard limits from on index and bulk thread pool sizes
This commit is contained in:
commit
1cf52c2663
@ -16,7 +16,8 @@ There are several thread pools, but the important ones include:
|
|||||||
`index`::
|
`index`::
|
||||||
For index/delete operations. Thread pool type is `fixed`
|
For index/delete operations. Thread pool type is `fixed`
|
||||||
with a size of `# of available processors`,
|
with a size of `# of available processors`,
|
||||||
queue_size of `200`.
|
queue_size of `200`. The maximum size for this pool
|
||||||
|
is `# of available processors`.
|
||||||
|
|
||||||
`search`::
|
`search`::
|
||||||
For count/search/suggest operations. Thread pool type is `fixed`
|
For count/search/suggest operations. Thread pool type is `fixed`
|
||||||
@ -31,7 +32,8 @@ There are several thread pools, but the important ones include:
|
|||||||
`bulk`::
|
`bulk`::
|
||||||
For bulk operations. Thread pool type is `fixed`
|
For bulk operations. Thread pool type is `fixed`
|
||||||
with a size of `# of available processors`,
|
with a size of `# of available processors`,
|
||||||
queue_size of `50`.
|
queue_size of `50`. The maximum size for this pool
|
||||||
|
is `# of available processors`.
|
||||||
|
|
||||||
`percolate`::
|
`percolate`::
|
||||||
For percolate operations. Thread pool type is `fixed`
|
For percolate operations. Thread pool type is `fixed`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user