Skip to content

Commit b52bcca

Browse files
Spaceout the list elements
1 parent 8885211 commit b52bcca

File tree

1 file changed

+3
-0
lines changed
  • docs/reference/elasticsearch/index-settings

1 file changed

+3
-0
lines changed

docs/reference/elasticsearch/index-settings/merge.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,16 @@ The merge scheduler supports the following *dynamic* settings:
3232

3333
`index.merge.scheduler.max_thread_count`
3434
: The maximum number of threads on a **single** shard that may be merging at once. Defaults to `Math.max(1, Math.min(4, <<node.processors, node.processors>> / 2))` which works well for a good solid-state-disk (SSD). If your index is on spinning platter drives instead, decrease this to 1.
35+
3536
`indices.merge.disk.check_interval`
3637
: The time interval for checking the available disk space. Defaults to `5s`.
38+
3739
`indices.merge.disk.watermark.high`
3840
: Controls the disk usage watermark, which defaults to `95%`, beyond which no merge tasks can start execution.
3941
The disk usage tally includes the estimated temporary disk space still required by all the currently executing merge tasks.
4042
Any merge task scheduled *before* the limit is reached continues execution, even if the limit is exceeded while executing
4143
(merge tasks are not aborted).
44+
4245
`indices.merge.disk.watermark.high.max_headroom`
4346
: Controls the max headroom for the merge disk usage watermark, in case it is specified as percentage or ratio values.
4447
Defaults to `100GB` when `indices.merge.disk.watermark.high` is not explicitly set.

0 commit comments

Comments
 (0)