Skip to content

Commit c73aa23

Browse files
committed
[DOCS] Added 'on a single shard' to description of max_thread_count. Closes 28518 (#29686)
1 parent 0a08a4b commit c73aa23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/reference/index-modules/merge.asciidoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ The merge scheduler supports the following _dynamic_ setting:
2323

2424
`index.merge.scheduler.max_thread_count`::
2525

26-
The maximum number of threads that may be merging at once. Defaults to
26+
The maximum number of threads on a single shard that may be merging at once.
27+
Defaults to
2728
`Math.max(1, Math.min(4, Runtime.getRuntime().availableProcessors() / 2))`
2829
which works well for a good solid-state-disk (SSD). If your index is on
2930
spinning platter drives instead, decrease this to 1.

0 commit comments

Comments
 (0)