随笔分类 - 调试
windbg排查非托管内存泄漏的过程
摘要:记一次使用windbg排查内存泄漏的过程 一、背景 近期有一个项目在运行当中出现一些问题,程序顺利启动,但是观察一阵子后发现内存使用总量在很缓慢地升高, 虽然偶尔还会往下降一些,但是总体还是不断上升;内存运行6个小时候从33M上升到80M; 程序存在内存泄漏是确定无疑的了,大概出问题的方向也知道,就
阅读全文
.NET内存性能分析指南
摘要:.NET内存性能分析指南 知道什么时候该担心,以及在需要担心的时候该怎么做 本文档的目的 本文旨在帮助 .NET 开发者,如何思考内存性能分析,并在需要时找到正确的方法来进行这种分析。本文中的 .NET 包括 .NET Framework 和 .NET Core。为了在垃圾收集器和框架的其他部分获得
阅读全文
The Dangers of the Large Object Heap
该文被密码保护。
How does the GC work and what are the sizes of the different generations?
摘要:How does the GC work and what are the sizes of the different generations? April 17, 2008 16 minute read During our ASP.NET debugging chat there were m
阅读全文
.NET Memory: My object is not rooted, why wasn’t it garbage collected? [GC.Collect(3)]
摘要:.NET Memory: My object is not rooted, why wasn’t it garbage collected? February 2, 2006 4 minute read I got a comment on one of the posts asking this
阅读全文
.NET Debugging Demos Lab 4: High CPU hang - Walkthrough
摘要:Tess Ferrandez Principal Software Engineer at Microsoft. Solving the problems of the world with a debugger, a sprinkle of ML and a bag of chips Twitte
阅读全文
CLR Inside Out Large Object Heap Uncovered ,IIS ASP.Net 1.1
摘要:CLR Inside Out Large Object Heap Uncovered Maoni Stephens Contents The Large Object Heap and the GCWhen a Large Object Gets CollectedLOH Performance I
阅读全文
GFlags
摘要:GFlags GFlags(全局标志编辑器)启用和禁用高级调试、诊断和故障排除功能。 它最常用于打开其他工具跟踪、计数和记录的指示器。 在何处获取 GFlags GFlags 包含在适用于 Windows 10 (WinDbg) 的调试工具中。 安装调试工具后,默认在以下目录中安装 64 位版本的
阅读全文
浙公网安备 33010602011771号