|
@@ -27,10 +27,17 @@ collection.
|
|
|
[timestamp_short_interval_from_last][INFO ][o.e.m.j.JvmGcMonitorService] [node_id] [gc][number] overhead, spent [21s] collecting in the last [40s]
|
|
|
----
|
|
|
|
|
|
+**Capture a JVM heap dump**
|
|
|
+
|
|
|
+To determine the exact reason for the high JVM memory pressure, capture a heap
|
|
|
+dump of the JVM while its memory usage is high.
|
|
|
+
|
|
|
[discrete]
|
|
|
[[reduce-jvm-memory-pressure]]
|
|
|
==== Reduce JVM memory pressure
|
|
|
|
|
|
+This section contains some common suggestions for reducing JVM memory pressure.
|
|
|
+
|
|
|
**Reduce your shard count**
|
|
|
|
|
|
Every shard uses memory. In most cases, a small set of large shards uses fewer
|
|
@@ -92,4 +99,4 @@ between them.
|
|
|
**Upgrade node memory**
|
|
|
|
|
|
Heavy indexing and search loads can cause high JVM memory pressure. To better
|
|
|
-handle heavy workloads, upgrade your nodes to increase their memory capacity.
|
|
|
+handle heavy workloads, upgrade your nodes to increase their memory capacity.
|