How to research unmanaged memory leaks in .NET?

后端 未结 4 527
别那么骄傲
别那么骄傲 2021-02-02 09:39

I have a WCF service running over MSMQ. Memory gradually increases over time, indicating that there is some sort of memory leak. I ran the service locally and monitored some c

4条回答
  •  被撕碎了的回忆
    2021-02-02 10:07

    You can use Windbg to analyze the process Heap. There are some articles and cheat sheets showing how to do this, like Memory Leak Detection Using Windbg

提交回复
热议问题