windbg第2代中的System.Web.DirMonCompletion数量庞大 [英] windbg Huge number of System.Web.DirMonCompletion in generation 2

查看:66
本文介绍了windbg第2代中的System.Web.DirMonCompletion数量庞大的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

首先了解一些有关我们系统的信息.

它是一个在多台服务器上运行的Web应用程序.我们正在运行Windows Server 2008 R2 Web版.

 

我们看到了大量的 第2代中的System.Web.DirMonCompletion对象.

谁知道是什么原因引起的?

 

#objects    #总大小

64,651 3,620,456类名System.Web.DirMonCompletion

它似乎植根于System.Web.NativeFileChangeNotification:

 

DOMAIN(00000000035C30E0):HANDLE(强壮):8202950:Root:  ; 000000026fbc81e8(System.Web.NativeFileChangeNotification)-> 000000026fbc81b0(System.Web.DirMonCompletion)

我已阅读http://blogs.msdn.com/b/tmarq/archive /2007/11/02/asp-net-file-net-change-notifications-正是文件和目录受监控的.aspx

解决方案

Web应用程序是否使用 CacheDependency 类型?

 

System.Web.DirMonCompletion 是System的一种内部类型. Web.dll,总大小 System.Web.DirMonCompletion 对象约为3MB,您是否遇到了内存使用大的问题?


Hi

First some information about our system.

Its one web application running on multiple servers. We are running windows server 2008 r2 web edition.

 

We see a huge number of System.Web.DirMonCompletion objects in gen 2.

Anyone know what can cause this?

 

#objects     #Total size

64,651    3,620,456   Class Name System.Web.DirMonCompletion

It seems to be rooted to System.Web.NativeFileChangeNotification:

 

DOMAIN(00000000035C30E0):HANDLE(Strong):8202950:Root:  000000026fbc81e8(System.Web.NativeFileChangeNotification)-> 000000026fbc81b0(System.Web.DirMonCompletion)

I have read http://blogs.msdn.com/b/tmarq/archive/2007/11/02/asp-net-file-change-notifications-exactly-which-files-and-directories-are-monitored.aspx

解决方案

Does the web application use CacheDependency type?

 

System.Web.DirMonCompletion is an internal type of System.Web.dll, the total size of System.Web.DirMonCompletion objects is about 3MB, are you suffering a huge-memory-usage issue?


这篇关于windbg第2代中的System.Web.DirMonCompletion数量庞大的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆