Reputation: 89
Is there any method in C# to have the current amount of memory used and how much is available, without needing to loop over all processes and add each workingset64 value?
Upvotes: 2
Views: 6842
Reputation: 584
Well, you could do this to solve your issue: https://gunnarpeipman.com/aspnet-core-memory-health-check/
Upvotes: 3