diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index b0a802ea..6ad4d04a 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -36,6 +36,9 @@ https://docs.microsoft.com/en-us/dotnet/core/diagnostics/dotnet-counters https://docs.microsoft.com/en-us/dotnet/core/diagnostics/dotnet-dump https://docs.microsoft.com/en-us/dotnet/core/diagnostics/dotnet-trace +Might be doing GC Counts incorrectly, they don't sync up with the dotnet-counters tool which shows them drop back to zero regularly when I stop burn test +https://michaelscodingspot.com/ways-to-cause-memory-leaks-in-dotnet/ +https://bennettadelson.wordpress.com/2013/04/11/using-perfview-to-diagnose-a-net-memory-leak-2/