Skip to content

Commit

Permalink
Update snapshot threadpool size doc (#93655) (#93663)
Browse files Browse the repository at this point in the history
Co-authored-by: David Turner <david.turner@elastic.co>
  • Loading branch information
pxsalehi and DaveCTurner committed Feb 9, 2023
1 parent dc6b5b6 commit a8fb9cf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/reference/modules/threadpool.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,10 @@ There are several thread pools, but the important ones include:

`snapshot`::
For snapshot/restore operations. Thread pool type is `scaling` with a
keep-alive of `5m` and a max of `min(5, (`<<node.processors,
`# of allocated processors`>>`) / 2)`.
keep-alive of `5m`. On nodes with at least 750MB of heap the maximum size
of this pool is `10` by default. On nodes with less than 750MB of heap the
maximum size of this pool is `min(5, (`<<node.processors,
`# of allocated processors`>>`) / 2)` by default.

`snapshot_meta`::
For snapshot repository metadata read operations. Thread pool type is `scaling` with a
Expand Down

0 comments on commit a8fb9cf

Please sign in to comment.