From b8291764da445a24ae51af5f37596b0edf37cb35 Mon Sep 17 00:00:00 2001 From: James Rodewig <40268737+jrodewig@users.noreply.github.com> Date: Wed, 2 Dec 2020 08:11:03 -0500 Subject: [PATCH] [DOCS] Update reference documentation that mentions CMS (#50542) (#65734) Relates to https://github.com/elastic/elasticsearch/issues/46973 Co-authored-by: Evgenia Badyanova --- docs/reference/setup/bootstrap-checks.asciidoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/reference/setup/bootstrap-checks.asciidoc b/docs/reference/setup/bootstrap-checks.asciidoc index 3e57429a3ec..74269f7d49c 100644 --- a/docs/reference/setup/bootstrap-checks.asciidoc +++ b/docs/reference/setup/bootstrap-checks.asciidoc @@ -187,7 +187,8 @@ you must not start Elasticsearch with the serial collector (whether it's from the defaults for the JVM that you're using, or you've explicitly specified it with `-XX:+UseSerialGC`). Note that the default JVM configuration that ships with Elasticsearch configures Elasticsearch to -use the CMS collector. +use the G1GC garbage collector with JDK14 and later versions. For earlier +JDK versions, the configuration defaults to the CMS collector. === System call filter check Elasticsearch installs system call filters of various flavors depending