How to debug Azure Web App memory leaks?

前端 未结 4 853
广开言路
广开言路 2021-02-14 15:02

There is the excellent Start Profiling button in the SCM portal that works perfect for CPU.

Then there are some sources that refer to a Downl

4条回答
  •  爱一瞬间的悲伤
    2021-02-14 15:54

    Unfortunately the kudu support page has been deprecated. You can now find it under Diagnose and solve problems:

    Once you've downloaded the dump files, open them in Visual Studio and click "Collect a memory dump" like the accepted answer from Grandhali suggested.

提交回复
热议问题