Skip to content

Commit 1a5a967

Browse files
Update troubleshoot/elasticsearch/high-cpu-usage.md
Co-authored-by: shainaraskas <[email protected]>
1 parent 1cdee78 commit 1a5a967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

troubleshoot/elasticsearch/high-cpu-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ High CPU usage is often caused by excessive JVM garbage collection (GC) activity
8181

8282
For optimal JVM performance, garbage collection should meet these criteria:
8383

84-
1. Young GC completes quickly (ideally within 50 ms).
84+
* Young GC completes quickly, ideally within 50 milliseconds.
8585
2. Young GC does not occur too frequently (approximately once every 10 seconds).
8686
3. Old GC completes quickly (ideally within 1 second).
8787
4. Old GC does not occur too frequently (once every 10 minutes or less frequently).

0 commit comments

Comments
 (0)