Skip to content

Commit a8fb9cf

Browse files
Update snapshot threadpool size doc (#93655) (#93663)
Co-authored-by: David Turner <[email protected]>
1 parent dc6b5b6 commit a8fb9cf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/reference/modules/threadpool.asciidoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,10 @@ There are several thread pools, but the important ones include:
4343

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

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

0 commit comments

Comments
 (0)