Skip to content

Commit 8885211

Browse files
Done
1 parent eadccc0 commit 8885211

File tree

1 file changed

+7
-1
lines changed
  • docs/reference/elasticsearch/index-settings

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,11 @@ The merge scheduler supports the following *dynamic* settings:
3636
: The time interval for checking the available disk space. Defaults to `5s`.
3737
`indices.merge.disk.watermark.high`
3838
: Controls the disk usage watermark, which defaults to `95%`, beyond which no merge tasks can start execution.
39-
Any merge tasks scheduled *before* the limit is reached continue executing, even though the limit is exceeded in the meantime.
39+
The disk usage tally includes the estimated temporary disk space still required by all the currently executing merge tasks.
40+
Any merge task scheduled *before* the limit is reached continues execution, even if the limit is exceeded while executing
41+
(merge tasks are not aborted).
42+
`indices.merge.disk.watermark.high.max_headroom`
43+
: Controls the max headroom for the merge disk usage watermark, in case it is specified as percentage or ratio values.
44+
Defaults to `100GB` when `indices.merge.disk.watermark.high` is not explicitly set.
45+
This caps the amount of free disk space before merge scheduling is blocked.
4046

0 commit comments

Comments
 (0)