You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a very simple API that was built targeting .Net 7. After a very long investigation available here we decided to try to revert the code back to .Net 6 and the leak was gone.
As explained, the leak could not be reproduced locally on either the VS debugger on Windows or Mac, nor using local docker. But we were able to reproduce on a clean AKS without any kind of monitoring, like Azure Monitor or datadog.
Expected Behavior
Memory should stay constant while there's no users
Steps To Reproduce
No response
Exceptions (if any)
No response
.NET Version
7.0.10
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Given that the original issue is at a point where there's unexplained native memory usage that needs to be investigated, I think it's best to keep the investigation in that issue for now. The folks you're talking to on that issue are also part of the .NET team and we can transfer the issue across repos when we know where the problem is. For now, having all the discussion in one issue is best.
Is there an existing issue for this?
Describe the bug
I have a very simple API that was built targeting .Net 7. After a very long investigation available here we decided to try to revert the code back to .Net 6 and the leak was gone.
As explained, the leak could not be reproduced locally on either the VS debugger on Windows or Mac, nor using local docker. But we were able to reproduce on a clean AKS without any kind of monitoring, like Azure Monitor or datadog.
Expected Behavior
Memory should stay constant while there's no users
Steps To Reproduce
No response
Exceptions (if any)
No response
.NET Version
7.0.10
Anything else?
No response
The text was updated successfully, but these errors were encountered: