Andrei Ziminov
Andrei Ziminov
Removing Serilog somehow resolved the issue. I'll now try re-enabling the health checks to see if that was the cause.  @debracey are you using also Serilog in your company...
I suspect that the package `Serilog.Sinks.Grafana.Loki` might be causing the memory leak. After removing it, the memory usage trends look much better. Before jumping to any conclusions, I'll continue to...
In the previous dumps, we also observed the symbol: `System.Collections.Generic.Dictionary+Entry[]` This symbol was not present in .NET 6 and appears to be growing. Previously, we only saw: `System.Collections.Generic.Dictionary` After removing...
My particular issue was resolved using the approach I described above. The package had an infinite queue limit when Loki was unreachable, which filled up the memory until an `OutOfMemoryException`...