Skip to content

Commit adcd1cd

Browse files
committed
acrolinx edits
1 parent fc3b332 commit adcd1cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/profiling/perf-insights-excessive-induced-gcs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This article describes performance insights for excessive induced garbage collec
1717

1818
## Cause
1919

20-
It's rarely justified to induce GCs because the garbage collector manages its own schedule. The only rare cases are mostly from framework but even that should be very rare. If you are seeing too many induced GCs, it's something to investigate, especially if you're worried about your GC time or if you are surprised by the fact there are induced GCs.
20+
It's rarely justified inducing GCs because the garbage collector manages its own schedule. The only rare cases are mostly from the framework, but even that should be very rare. If you're seeing too many induced GCs, it's something to investigate, especially if you're worried about your GC time or if you're surprised by the fact there are induced GCs.
2121

2222
## Rule description
2323

0 commit comments

Comments
 (0)