Debugdiag使用超过1GB的显示“Microsoft VC Runtime Heap”

时间:2017-06-07 05:28:54

标签: .net wpf memory-leaks windbg debugdiag

您好我的WPF应用程序漏洞了,我正在尝试使用内存转储文件来追踪问题所在。

使用WinDbg和SOS我找不到任何可疑的东西。然后我尝试了DebugDiag,我得到了 Microsoft VC运行时堆(私有)有1,42 GB的提交内存。

你知道为什么会这样吗?

Heap 1 - 0x003b0000

Heap Name   Microsoft VC Runtime Heap (private)
Heap Description   This is a private CRT heap used by mscoreei 
Reserved memory   1,43 GBytes 
Committed memory   1,42 GBytes(99,21% of reserved) 
Uncommitted memory   11,48 MBytes(0,79% of reserved) 
Number of heap segments   242 segments 
Number of uncommitted ranges   242 range(s) 
Size of largest uncommitted range   124 KBytes 
Calculated heap fragmentation Unavailable 

谢谢,

0 个答案:

没有答案
相关问题