We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c364c60 commit d7cb6e1Copy full SHA for d7cb6e1
docs/reference/indices/forcemerge.asciidoc
@@ -75,8 +75,9 @@ one at a time. If you expand the `force_merge` threadpool on a node then it
75
will force merge its shards in parallel.
76
77
Force merge makes the storage for the shard being merged temporarily
78
-increase, up to double its size in case `max_num_segments` parameter is set to
79
-`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
80
+one.
81
82
[[forcemerge-api-path-params]]
83
==== {api-path-parms-title}
0 commit comments