Description
The .env sample currently uses an uppercase G when specifying JVM heap settings via OPENSEARCH_JAVA_OPTS (for example, -Xms1G -Xmx1G).
The official OpenSearch and Elasticsearch documentation consistently uses lowercase g (for example, -Xms1g -Xmx1g).
While both formats are accepted by the JVM, aligning the documentation with the examples used in OpenSearch and Elasticsearch would improve consistency and reduce confusion for users.
References:
Description
The .env sample currently uses an uppercase
Gwhen specifying JVM heap settings viaOPENSEARCH_JAVA_OPTS(for example,-Xms1G -Xmx1G).docker/.env.sample
Line 11 in 18fdf85
The official OpenSearch and Elasticsearch documentation consistently uses lowercase
g(for example,-Xms1g -Xmx1g).While both formats are accepted by the JVM, aligning the documentation with the examples used in OpenSearch and Elasticsearch would improve consistency and reduce confusion for users.
References: