随笔分类 - .NET
windbg排查非托管内存泄漏的过程
摘要:记一次使用windbg排查内存泄漏的过程 一、背景 近期有一个项目在运行当中出现一些问题,程序顺利启动,但是观察一阵子后发现内存使用总量在很缓慢地升高, 虽然偶尔还会往下降一些,但是总体还是不断上升;内存运行6个小时候从33M上升到80M; 程序存在内存泄漏是确定无疑的了,大概出问题的方向也知道,就
阅读全文
.NET内存性能分析指南
摘要:.NET内存性能分析指南 知道什么时候该担心,以及在需要担心的时候该怎么做 本文档的目的 本文旨在帮助 .NET 开发者,如何思考内存性能分析,并在需要时找到正确的方法来进行这种分析。本文中的 .NET 包括 .NET Framework 和 .NET Core。为了在垃圾收集器和框架的其他部分获得
阅读全文
The Dangers of the Large Object Heap
该文被密码保护。
.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
阅读全文
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
阅读全文
Dockerize ASP Classic on IIS
摘要:Dockerize ASP Classic on IIS Ask Question Asked 4 years, 1 month ago Active 9 months ago Viewed 9k times 22 16 Microsoft has been investing in running
阅读全文
你真的了解:IIS连接数、IIS并发连接数、IIS最大并发工作线程数、应用程序池的队列长度、应用程序池的...
摘要:你真的了解:IIS连接数、IIS并发连接数、IIS最大并发工作线程数、应用程序池的队列长度、应用程序池的... IIS连接数 一般购买过虚拟主机的朋友都熟悉购买时,会限制IIS连接数,这边先从普通不懂代码用户角度理解IIS连接数 顾名思义即为IIS服务器可以同时容纳客户请求的最高连接数,准确的说应该
阅读全文
How do Managed Breakpoints work?
摘要:Learn Blog Archive Mike Stall's .NET Debugging Blog How do Managed Breakpoints work? 项目 2004/12/28 8 分钟可看完 In this blog entry, I’ll explain how settin
阅读全文
There is insufficient system memory in resource pool 'default' to run this query.
摘要:资源池‘ default’ 没有足够的系统内存来运行此查询 There is insufficient system memory in resource pool 'default' to run this query. on sql Ask Question Asked 8 years, 6 m
阅读全文
Asp.net: sometimes OutOfMemoryException when many w3wp processes run.[pagefile problem]
摘要:Asp.net: sometimes OutOfMemoryException when many w3wp processes run Ask Question Asked 4 years, 11 months ago Modified 4 years, 11 months ago I have
阅读全文
Troubleshooting native memory leak in an IIS 7.x Application Pool [DebugDiag]
摘要:Troubleshooting native memory leak in an IIS 7.x Application Pool Article 08/24/2022 8 minutes to read by Apurva Joshi Tools Used in this Troubleshoot
阅读全文
Troubleshoot Out of Memory issues In ASP.Net 1.1
摘要:Learn Troubleshoot Web Apps ASP.NET Troubleshoot Out of Memory issues (System.OutOfMemoryException) in ASP.NET Article 01/25/2022 7 minutes to read Th
阅读全文
IIS7.5 .Net OutOfMemoryException (x64 to x86) [pagefile]
摘要:IIS7.5 App Pool recycles - .Net OutOfMemoryException Viewed 15k times strange situation with .Net OutOfMemoryExceptions in IIS / Windows 2008 R2 being
阅读全文
.NET Framework 中的性能计数器 监视器
摘要:- Windows性能查看器:系统的性能信息(I/O,IIS最大连接数,Sql) ,以及解决 asp.net IIS 一二百多用户并发 long gcMem = GC.GetTotalMemory(true); int pid = Process.GetCurrentProcess().Id; lo
阅读全文
线程的默认堆栈大小
摘要:在本机 IIS 进程中创建线程的默认最大堆栈大小为 256 KB 2021/08/14 本文介绍了由本机应用程序 IIS Microsoft Internet Information Services (创建线程的默认最大) 大小。 原始产品版本: Internet Information Serv
阅读全文
Looking at the finalization queue
摘要:Learn Blog Archive ASP.NET Debugging ASP.NET Tips: Looking at the finalization queue 2008/04/28 3 分钟可看完 So in a previous post, we talked about Underst
阅读全文
浙公网安备 33010602011771号