-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Memory usage reported by the process greatly mismatches the dump #85948
Copy link
Copy link
Closed
Labels
area-Diagnostics-coreclrneeds-further-triageIssue has been initially triaged, but needs deeper consideration or reconsiderationIssue has been initially triaged, but needs deeper consideration or reconsiderationquestionAnswer questions and provide assistance, not an issue with source code or documentation.Answer questions and provide assistance, not an issue with source code or documentation.tenet-performancePerformance related issuePerformance related issue
Milestone
Metadata
Metadata
Assignees
Labels
area-Diagnostics-coreclrneeds-further-triageIssue has been initially triaged, but needs deeper consideration or reconsiderationIssue has been initially triaged, but needs deeper consideration or reconsiderationquestionAnswer questions and provide assistance, not an issue with source code or documentation.Answer questions and provide assistance, not an issue with source code or documentation.tenet-performancePerformance related issuePerformance related issue
Type
Fields
Give feedbackNo fields configured for issues without a type.
Description
I just caught wind of a memory leak in my app and of course this is happening in production... here is what It looks like:
AKS and Application Insights both report a very close memory usage:

The thing is: when I got into that pod and extracted the dump, the dump only accounted for like 30mb!, take a look:
Where did the memory go? is this a bug on the dump? on the analyzer?
Configuration
.NET 7, lastest version as of today
OS is the one in the official asp.net core docker img
x64
The pod is 1GB ram and 1cpu
Regression?
Never had this problem before
Data
No extra data now, but feel free to ask!
Analysis
Might be related to #80351 ?!?