Loading

Gc Ratio Unbalanced

Garbage collection balance between young and old heap regions is off on the affected node. The node might pause more often while old-generation collections run, hurting search and indexing responsiveness.

Note

For a complete list of insights, refer to AutoOps insights.

Field Value
Component Elasticsearch
Severity Medium
Scope Node
Domains performance, cpu, stability

You can customize these settings to adjust when AutoOps detects this event and presents the insight. Refer to AutoOps event settings for details.

The default customization settings are:

Setting Type Default
Delta between old and young GC in percentage Percentage 50

The following is an example of what you might see when this insight is triggered. Real insights use live data and links from your deployment or cluster.

The affected node/s are: es-data-01 and es-data-02 High search activity indices:logs-prod-000045 High indexing activity indices:logs-prod-000045.

Note

AutoOps shows different recommendations depending on how their conditions match your deployment or cluster.

Impact: The node can hang (not respond) more frequently as it waits for old GC to complete. The garbage collection process frees up memory in the cluster. Normally the young GC process occurs more frequently than the old GC process. It is recommended to make small step changes in this setting and observe performance. A good default is usually 3. It is advised to tune -XX:NewRatio, and increase the ratio toward old, for better GC resource utilization. The system detected that old is loading more than young GC.