C
C#3mo ago
Dubzer

Process working set is twice as commited managed memory

Hi! I have an ASP.NET Core 8 app running on Linux in Docker. It's memory usage is limited by 512M. And for some reason, counters show that the proccess working set is twice the size of the GC commited memory. Currently I use the following GC configuration: - DOTNET_gcServer=0 - DOTNET_GCConserveMemory=7 The commited memory is never even close to the working set. So I can't figure what's with that number. Do you have any ideas where it comes from?
No description
1 Reply
Dubzer
Dubzer3mo ago
metrics source
No description