We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a08a4b commit c73aa23Copy full SHA for c73aa23
docs/reference/index-modules/merge.asciidoc
@@ -23,7 +23,8 @@ The merge scheduler supports the following _dynamic_ setting:
23
24
`index.merge.scheduler.max_thread_count`::
25
26
- The maximum number of threads that may be merging at once. Defaults to
+ The maximum number of threads on a single shard that may be merging at once.
27
+ Defaults to
28
`Math.max(1, Math.min(4, Runtime.getRuntime().availableProcessors() / 2))`
29
which works well for a good solid-state-disk (SSD). If your index is on
30
spinning platter drives instead, decrease this to 1.
0 commit comments