.NET apps work well in constrained environments #5434
Labels
area-runtime
Issue related to the .NET Core CLR.
bulk-closed
Epic
Groups multiple user stories. Can be grouped under a theme.
Priority:0
Work that we can't release without
Uh oh!
There was an error while loading. Please reload this page.
Customers deploying to Kubernetes are generally going to want to apply memory and CPU constraints to their apps. This provides safety mechanisms for apps with memory leaks or bugs that cause runaway CPU and also helps ensure a minimum amount of density on a cluster. We want to be able to provide guidance on what those memory limits should be as well as reduce our memory consumption if possible. Perhaps providing configuration that can be set to work better with particular sets of constraints.
We intend to look at memory usage for a few of our benchmarks (gRPC and maybe Fortunes to begin with), looking for opportunities to improve. In an ideal world we would reduce our memory consumption compared to Go/Node/Rust and be able to provide detailed instructions to customers setting limits on their .NET processes.
Work Items
The text was updated successfully, but these errors were encountered: