[DOC] Clarify Interaction of JVM Memory Settings via OPENSEARCH_JAVA_OPTS
with Default Values
#7563
Closed
2 tasks done
Labels
2 - In progress
Issue/PR: The issue or PR is in progress.
📝 Issue Description
Add a note to clarify how JVM memory allocation settings specified via the
OPENSEARCH_JAVA_OPTS
environment variable interact with JVM default values in OpenSearch.🔴 Problem Statement
When administrators configure JVM memory allocation using percentage notation (
-XX:InitialRAMPercentage
,-XX:MinRAMPercentage
,-XX:MaxRAMPercentage
) throughOPENSEARCH_JAVA_OPTS
, predefined default values (-Xms1g -Xmx1g
) take precedence over these percentage settings. This behavior is crucial for administrators to understand as it can lead to unintended configuration errors.🟢 Purpose
This PR aims to add a clear note on the important-settings page to inform administrators about this behavior preemptively, preventing potential configuration issues.
🔍 Evidences:
Click here to see the log in original format...
The text was updated successfully, but these errors were encountered: