Skip to content

Commit

Permalink
[DOCS] Added 'on a single shard' to description of max_thread_count. …
Browse files Browse the repository at this point in the history
…Closes 28518 (#29686)
  • Loading branch information
Sue-Gallagher committed Apr 27, 2018
1 parent a071fc4 commit fabbdc7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/reference/index-modules/merge.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ The merge scheduler supports the following _dynamic_ setting:

`index.merge.scheduler.max_thread_count`::

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.
Defaults to
`Math.max(1, Math.min(4, Runtime.getRuntime().availableProcessors() / 2))`
which works well for a good solid-state-disk (SSD). If your index is on
spinning platter drives instead, decrease this to 1.
Expand Down

0 comments on commit fabbdc7

Please sign in to comment.