[DOCS] Update reference documentation that mentions CMS (#50542) (#65734)

Relates to https://github.com/elastic/elasticsearch/issues/46973

Co-authored-by: Evgenia Badyanova <evgenia.badiyanova@elastic.co>
This commit is contained in:
James Rodewig 2020-12-02 08:11:03 -05:00 committed by GitHub
parent 1c34507e66
commit b8291764da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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