Dan Bracey

Results 10 comments of Dan Bracey

Additional notes; Did some more tests here, again using the sample API with a GET endpoint of `/weatherforecast` - If I poll `/weatherforecast` at ~10 second intervals: - No memory...

@Kiechlus I realized after I posted this that the SDK we're using is actually 8.0.1 - I'm not sure why that would make a difference, but I will try to...

@GimmeDaKitty, @Kiechlus I Went back and looked at my notes on this now that I am back in office. In the test described above I wasn't using a container at...

I can confirm what @andreiZi posted above. The leak appears relatively slow at first, and then eventually GC will kick in (albeit much later than .NET 6), and stabilize stuff...

Yeah. Same issue. My graphs look basically the same. (I'm not able to post dumps/graphs of my services due to company policy).

Yes. We also see the same. I thought the output was "No roots found" -- but I'm not at my work computer so presumably @andreiZi has the correct output.

We don’t use Serilog. We use NLog, I’m not sure of the version or the upgrade history on it. I’ll check it on Monday and see when we upgraded it...

I went back and tested this again. I've now updated my local SDK to dot net `8.0.300` and the actual now reports the information below. My services don't use SeriLog,...

Did further research on this, specifically look at the issues linked here: 1. [Guard against -1 returned from sysconf](https://github.com/dotnet/runtime/pull/100502#issue-2219207285) 1. Output of `getconf -a | grep LEVEL4_CACHE` on my photon...

@jbroumels The other post mentioned capital S. I can try again with lowercase s --- will report back