简体   繁体   中英

How to detect who is creating memory consumption in .NET app?

My Windows service is eating a lot of private data (yellow in VMMap)

I have a Visual Studio with Debugger. How can I find out who is consuming so much memory?

I think it must be unmananged C++ new operators.

Is it possible to detect without installing commercial third party memory profilers?

您可以使用带有SOS.dll扩展名的WinDbg下载 )来查看应用程序的内存转储。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM