Skip to content

Commit

Permalink
Correct force merge disk space requirements (#111066) (#111086)
Browse files Browse the repository at this point in the history
Correct force merge disk space requirements
  • Loading branch information
kingherc authored Jul 19, 2024
1 parent c364c60 commit d7cb6e1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/reference/indices/forcemerge.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,9 @@ one at a time. If you expand the `force_merge` threadpool on a node then it
will force merge its shards in parallel.

Force merge makes the storage for the shard being merged temporarily
increase, up to double its size in case `max_num_segments` parameter is set to
`1`, as all segments need to be rewritten into a new one.
increase, as it may require free space up to triple its size in case
`max_num_segments` parameter is set to `1`, to rewrite all segments into a new
one.

[[forcemerge-api-path-params]]
==== {api-path-parms-title}
Expand Down

0 comments on commit d7cb6e1

Please # to comment.