Showing results for GC - .NET Blog

Mar 29, 2024
6
5

Bing on .NET 8: The Impact of Dynamic PGO

Ben Watson
Ben Watson

Bing Extensible Application Platform's upgrade to .NET 8 and how dynamic profile guided optimization continues to deliver performance gains

.NETPerformanceDeveloper Stories
Nov 27, 2020
4
0

The updated GetGCMemoryInfo API in .NET 5.0 and how it can help you

maoni
maoni

things library folks wanted at the time. In 5.0 I got requests from folks to monitor more things about the GC. Instead of adding a bit of info each time someone asks, I really thought about the kinds of things that would help with monitoring and diagnostics and expanded the info provided by this API significantly. It also has a new overload, ...

.NET CorePerformance.NET Internals
Sep 9, 2019
6
0

GC Perf Infrastructure – Part 0

maoni
maoni

In this blog entry and some future ones I will be showing off functionalities that our new GC perf infrastructure provides. Andy and I have been working on it (he did all the work; I merely played the consultant role). We will be open sourcing it soon and I wanted to give you some examples of using it and you can add these to your repertoire of ...

Performance.NET CoreGC
Feb 4, 2019
2
1

Running with Server GC in a Small Container Scenario Part 1 – Hard Limit for the GC Heap

maoni
maoni

I’ve checked in 2 configs related to specifying a hard limit for the GC heap memory usage so I wanted to describe them and how they are intended to be used. Feedback would be greatly appreciated. In order to talk about the new configs it’s important to understand what consists of the memory usage in a process. When it comes to memory the ...

.NETContainersGC

Feedback