Tim Deschryver 7/22/2021

Reduce memory usage of .NET services on a single machine

Read Original

This technical article addresses high memory consumption in containerized .NET APIs where managed memory is released but unmanaged memory grows. The proposed solution is to disable Server Garbage Collection in the project file, which can reduce memory usage with a potential minor CPU trade-off, specifically for multiple services running on one machine.

Reduce memory usage of .NET services on a single machine

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week