Community

Demystifying Memory Profilers in C# .NET Part 3: Memory Pressure

(Michael Shpilt) Memory and performance are tightly coupled to each other in .NET. If you don’t create a “garbage collector friendly” application, you’ll have performance problems. In extreme cases, those problem turn into memory pressure, also known as GC pressure.