Andrei Ziminov

Results 14 comments of Andrei Ziminov

Have the same issue. Our team needs urgently a solution for this....

Hello everyone, I'm encountering the same issue as discussed here. I've implemented the workaround suggested by @ggtakec in [Issue #218](https://github.com/s3fs-fuse/s3fs-fuse/issues/218), which has been helpful for setting the user UI for...

Thank you @claudiozam for your help. I went out and purchased a physical Pixel 7 Pro and it works well now. It would be great if the issue could be...

Hello @danmoseley, I've set up two scenarios as follows: #### Scenario 1: Build Services with ASP.NET 8.0.4 and SDK 8.0.203 (Healthchecks enabled) Here is the Dockerfile used: ```Dockerfile FROM mcr.microsoft.com/dotnet/aspnet:8.0.4...

Unfortunately, this approach did not solve the problem. This morning, both services reached nearly 500MiB - 700MiB of RAM consumption. I managed to extract dumps from both services. Here is...

I've continued to observe the systems and have noticed a significant difference in memory consumption. On the system where health checks are enabled, there is definitely higher memory usage. Conversely,...

I need to correct my previous assumption that disabling health checks resolved our issue; the services still ran out of RAM. As @debracey mentioned, there could be multiple reasons causing...

Here you can see the service I posted about 1 hour ago. Just as @debracey described, it stabilizes the memory consumption for a while, but now we can clearly see...

Hey @danmoseley Yes, i consistently receive the following output: `Found 0 unique roots.`

@danmoseley I've obtained a dump from one of my previous .NET 6 applications for reference. These applications are essentially the same as the .NET 8 versions, with only upgraded packages...