Skip to content

Commit

Permalink
Update docs/core/diagnostics/dotnet-gcdump.md
Browse files Browse the repository at this point in the history
Co-authored-by: Noah Falk <[email protected]>
  • Loading branch information
John Salem and noahfalk authored May 2, 2022
1 parent 99cf7f6 commit cf97091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core/diagnostics/dotnet-gcdump.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,4 @@ dotnet-gcdump report [-h|--help] [-p|--process-id <pid>] [-t|--report-type <Heap

- `dotnet-gcdump` appears to cause an Out Of Memory issue in a memory constrained environment.

`dotnet-gcdump` works by collecting a trace of events emitted by the garbage collector during an induced generation 2 collection. The buffer for event collection is owned by the target application can grow up to 256 MB. `dotnet-gcdump` itself also uses memory. If your environment is memory constrained, be sure to account for these factors when collecting a gcdump to prevent errors.
`dotnet-gcdump` works by collecting a trace of events emitted by the garbage collector during an induced generation 2 collection. The buffer for event collection is owned by the target application and can grow up to 256 MB. `dotnet-gcdump` itself also uses memory. If your environment is memory constrained, be sure to account for these factors when collecting a gcdump to prevent errors.

0 comments on commit cf97091

Please sign in to comment.