.NET内存泄漏

.NET内存泄漏,.net,asp.net,web-services,memory,memory-leaks,.net,Asp.net,Web Services,Memory,Memory Leaks,在对ASP.NET应用程序访问内部web服务进行压力测试后,我们的中端服务器(我们在其中托管ASMX.NET 3.5 web服务)显示了接近1GB的内存消耗 在查看中端服务器的内存转储后,我发现Web服务运行时本身引用了超过1000个Microsoft.Xml.Serialization.GenerateAssembly.ArrayOfObjectSerializer对象 这与自定义对象在web服务层中的序列化/反序列化方式有关吗?有人能解释一下吗 当我这么做的时候!在这1000个对象中的某些对

在对ASP.NET应用程序访问内部web服务进行压力测试后,我们的中端服务器(我们在其中托管ASMX.NET 3.5 web服务)显示了接近1GB的内存消耗

在查看中端服务器的内存转储后,我发现Web服务运行时本身引用了超过1000个Microsoft.Xml.Serialization.GenerateAssembly.ArrayOfObjectSerializer对象

这与自定义对象在web服务层中的序列化/反序列化方式有关吗?有人能解释一下吗

当我这么做的时候!在这1000个对象中的某些对象上,我得到以下跟踪: (Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Storage.ConfigurationChangeFileWatcher)-> 1c4bb450(系统线程)-> 18236aa0(System.Runtime.Remoting.Contexts.Context)-> 18236914(System.AppDomain)-> 10409dc4(System.ResolveEventHandler)-> 10409494(System.Web.Compilation.BuildManager)-> 10409f30(System.Web.Compilation.MemoryBuildResultCache)-> 103d115c(System.Web.Caching.CacheMultiple)-> 103d1174(System.Object[])-> 103d2034(System.Web.Caching.CacheSingle)-> 103d2080(System.Collections.Hashtable)-> 1c24b97c(System.Collections.Hashtable+bucket[])-> 1c24b934(System.Web.Caching.CacheEntry)-> 18363994(System.Web.Services.Protocols.SoapServerType)-> 183639c4(System.Collections.Hashtable)-> 1c24aa5c(System.Collections.Hashtable+bucket[])-> 1c24a458(System.Web.Services.Protocols.SoapServerMethod)-> 1c248ae4(Microsoft.Xml.Serialization.GeneratedAssembly.ArrayOfobjectSerializationr26)

(Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Storage.ConfigurationChangeFileWatcher)-> 1c5ac4b0(系统线程)-> 1c52b5f0(系统.运行时.远程处理.上下文.上下文)-> 1c52b464(System.AppDomain)-> 18823880(System.ResolveEventHandler)-> 18822f50(System.Web.Compilation.BuildManager)-> 188239e0(System.Web.Compilation.MemoryBuildResultCache)-> 144631fc(System.Web.Caching.CacheMultiple)-> 14463214(System.Object[])-> 14465088(System.Web.Caching.CacheSingle)-> 144650d4(System.Collections.Hashtable)-> 1446510c(System.Collections.Hashtable+bucket[])-> 1c5a580c(System.Web.Caching.CacheEntry)-> 109e6e34(System.Web.Services.Protocols.SoapServerType)-> 109e6e64(System.Collections.Hashtable)-> 1c5a4fcc(System.Collections.Hashtable+bucket[])-> 1c5a4a54(System.Web.Services.Protocols.SoapServerMethod)-> 1c5a44f4(Microsoft.Xml.Serialization.GeneratedAssembly.ArrayOfObjectSerializer28)

(Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Storage.ConfigurationChangeFileWatcher)-> 108b38f0(系统线程)-> 1c1155ec(System.Runtime.Remoting.Context.Context)-> 1c115460(System.AppDomain)-> 1030d348(System.ResolveEventHandler)-> 1030ca18(System.Web.Compilation.BuildManager)-> 1030d4a0(System.Web.Compilation.MemoryBuildResultCache)-> 102d7ae4(System.Web.Caching.CacheMultiple)-> 102d7afc(System.Object[])-> 102d7b1c(System.Web.Caching.CacheSingle)-> 102d7b68(System.Collections.Hashtable)-> 102d7bac(System.Collections.Hashtable+bucket[])-> 181ee124(System.Web.Caching.CacheEntry)-> 10350eac(System.Web.Services.Protocols.SoapServerType)-> 10350edc(System.Collections.Hashtable)-> 181ed260(System.Collections.Hashtable+bucket[])-> 181ed148(System.Web.Services.Protocols.SoapServerMethod)-> 181eb708(Microsoft.Xml.Serialization.GeneratedAssembly.ArrayOfObjectSerializer61)

谢谢
BK

您可能希望尝试使用来自Red Gate的指令插入代码。

我强烈推荐我们使用来自的简单命名的.Net内存分析器

您可以免费使用完整版本14天


我发现它对解决这类问题很有用。它将向您显示参考树。使解决此类问题变得非常容易。

我强烈建议转到WCF。我很乐意。这是现有代码,我们最近更新到ASP.NET 3.5