Hi, @adamsitnik
Like visual studio debug diagnostic tools, it can know max memory usage by chart

I've tried dotnet/BenchmarkDotNet MemoryDiagnoser to get Allocated, but it's all memory usage not max memory usage.
[MemoryDiagnoser]
public class BenchmarkBase
{
}
Why I'd like to do it?
Because I want to make sure that the maximum memory usage does not cause OOM
Thanks!!
Hi, @adamsitnik
Like visual studio debug diagnostic tools, it can know

max memory usageby chartI've tried dotnet/BenchmarkDotNet
MemoryDiagnoserto getAllocated, but it'sall memory usagenot max memory usage.Why I'd like to do it?
Because I want to make sure that the maximum memory usage does not cause OOM
Thanks!!