Using Windbg to analyze the problem of high memory occupation

Hello, I'm Feng Hui, a researcher of Microsoft MVP laboratory in this issue. This article mainly introduces how to use Windbg to analyze the memory problems in the application process, from managed heap to unmanaged heap and to memory allocation. Let's explore it together next. Recently, several friends have used our Magicodes.IE Feedback: t ...

Posted by Dysan on Sun, 02 Jan 2022 21:00:46 +0100

Using Windbg to analyze the problem of high memory occupation

Hello, I'm Feng Hui, a researcher of Microsoft MVP laboratory in this issue. This article mainly introduces how to use Windbg to analyze the memory problems in the application process, from managed heap to unmanaged heap and to memory allocation. Let's explore it together next.Recently, several friends have used our Magicodes.IE Feedback: the m ...

Posted by bob_dole on Wed, 29 Dec 2021 17:18:59 +0100

Dump analysis of a gateway service performance problem

This article is divided into three parts. Firstly, it briefly introduces the analysis tool Windbg. Secondly, it gradually analyzes the performance of a gateway service, and finally analyzes and summarizes the performance problems. I. Windbg introduction 1. Windbg is a very powerful debugger. It designs extremely rich functions to support variou ...

Posted by EagleAmerican on Wed, 29 Dec 2021 09:31:41 +0100