疑似ASP.NET应用程序内存泄漏
我的 IIS6 服务器上运行着一些 ASP.NET 应用程序。当我发布新的文章后,几个小时后它就冻结了。当我重新启动应用程序池时,它会再次工作。
重新启动应用程序池后,我看到 w3wp.exe 的内存占用每秒稳定增加约 4-500kb,并且似乎没有停止。
如何找出导致内存泄漏的原因?
I have a few asp.net applications running on my IIS6 server. And after I published a new one, it froze after a few hours. When i restart the app-pool it works again.
I see after I restart the app-pool that the memory footprint of w3wp.exe increases steadily by about 4-500kb each second, and it doesn't seem to stop.
How can I find out what is causing the memory leak?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Tess 的博客是学习如何追踪这些问题的地方。
。 NET调试演示
Tess's blog is the place for learning how to track these down.
.NET Debugging Demos