Nicolas Barlatiernicolasbarlatier.hashnode.dev·Oct 17, 2022.NET Core Tip 3: Troubleshooting Memory Leaks within a .NET Console application running in Kubernetes with PerfViewerIn the previous article, we saw how to get the dump files to help us spotting the memory leak in our application. Today we will see how to use the dump files. We will use: PerfView: a free performance-analysis tool that helps isolate CPU and memory...Discuss·278 readsPerfViewers