How to research unmanaged memory leaks in .NET?

后端 未结 4 526
别那么骄傲
别那么骄傲 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 09:45

    This blog will help you if you are willing to learn about windbg (http://www.microsoft.com/whdc/devtools/debugging/default.mspx).

    http://blogs.msdn.com/tess/default.aspx

提交回复
热议问题