Skip to content

Commit fc3b332

Browse files
committed
acrolinx edits
1 parent 8f592ab commit fc3b332

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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 as 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 are worried about your GC time or if you are surprised by the fact there are induced GCs.
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.
2121

2222
## Rule description
2323

@@ -27,4 +27,4 @@ When an application frequently forces GC collections, it might impact performanc
2727

2828
## How to investigate a warning
2929

30-
Look for <xref:System.GC.Collect%2A> and check whether the method calls are really needed.
30+
Look for <xref:System.GC.Collect%2A> and check whether the method calls are really needed.

0 commit comments

Comments
 (0)