We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cdee78 commit 1a5a967Copy full SHA for 1a5a967
troubleshoot/elasticsearch/high-cpu-usage.md
@@ -81,7 +81,7 @@ High CPU usage is often caused by excessive JVM garbage collection (GC) activity
81
82
For optimal JVM performance, garbage collection should meet these criteria:
83
84
-1. Young GC completes quickly (ideally within 50 ms).
+* Young GC completes quickly, ideally within 50 milliseconds.
85
2. Young GC does not occur too frequently (approximately once every 10 seconds).
86
3. Old GC completes quickly (ideally within 1 second).
87
4. Old GC does not occur too frequently (once every 10 minutes or less frequently).
0 commit comments