Commit 0e92e7f
authored
Warn about dotnet-dump memory usage (#45841)
There has been a long known issue ( dotnet/runtime#71472 ) that dotnet-dump increases memory usage, sometimes substantially.
We haven't identified any quick/easy solution to reduce that memory usage so far. I want to make sure users are aware of it as a known limitation when working with the tool.1 parent 8333f50 commit 0e92e7f
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
126 | 131 | | |
127 | 132 | | |
128 | 133 | | |
| |||
0 commit comments