How to debug the potential memory leak?

后端 未结 4 1075
醉话见心
醉话见心 2021-01-06 03:02

I programed the windows service to do a routine work.

I InstallUtil it to windows service and it\'will wake up and do something and then thread.sl

4条回答
  •  礼貌的吻别
    2021-01-06 03:56

    you will need to use an Allocation Profiler to Detect Memory Leaks, there are some good profiler for that, i can recommend the AQTime (see this video)

    And read: How to Locate Memory Leaks Using the Allocation Profiler

    Maby this article can be helpfull too

提交回复
热议问题