How do I use a dump file to diagnose a memory leak?

后端 未结 4 1648
臣服心动
臣服心动 2020-12-02 03:56

I have a .NET service with a normal private working set of about 80 MB. During a recent load test, the process reached 3.5 GB memory usage causing the whole machine to be lo

4条回答
  •  温柔的废话
    2020-12-02 04:34

    http://msdn.microsoft.com/en-us/library/ee817660.aspx

    Microsoft has a guide here. However, it is too tough for beginners.

    dotTrace can generate visual memory charts (better than WinDbg), but never use it for dumps.

提交回复
热议问题