From 43e525fc00a6a92d63ab488c4230d1649ca2613b Mon Sep 17 00:00:00 2001 From: Adrien Grand Date: Wed, 15 Apr 2020 15:46:36 +0200 Subject: [PATCH] Add release highlight about heap usage reduction. --- .../reference/release-notes/highlights-7.7.0.asciidoc | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/reference/release-notes/highlights-7.7.0.asciidoc b/docs/reference/release-notes/highlights-7.7.0.asciidoc index a2c10206971c3..3097b4c8e46c1 100644 --- a/docs/reference/release-notes/highlights-7.7.0.asciidoc +++ b/docs/reference/release-notes/highlights-7.7.0.asciidoc @@ -7,6 +7,17 @@ //NOTE: The notable-highlights tagged regions are re-used in the //Installation and Upgrade Guide +// tag::notable-highlights[] +[float] +=== Significant reduction of heap usage of segments + +This release of Elasticsearch significantly reduces the amount of heap memory +that is needed to keep Lucene segments open. In addition to helping with cluster +stability, this helps reduce costs by storing much more data per node before +hitting memory limits. + +// end::notable-highlights[] + // tag::notable-highlights[] [discrete] === {transforms-cap}