You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think those are legacy docs. If you look you can see it's for version 8.2.
Looking here at 8.14 (the current version), it says
By default, Elasticsearch automatically sets the JVM heap size based on a node’s roles and total memory. Using the default sizing is recommended for most production environments.
Do you see something that recommends adjusting the heap size in 8.14?
How to increase the JVM heap size from 512m to 1G?
The official docs say this to pass as environment variable
-Xms1g -Xmx1g
: https://www.elastic.co/guide/en/elastic-stack-get-started/current/get-started-stack-docker.html#docker-enroll-nodesThe text was updated successfully, but these errors were encountered: