IIS 7应用程序池专用内存使用情况

发布于 2024-09-11 09:24:20 字数 771 浏览 1 评论 0原文

对于 IIS 7, 应用程序池回收条件的帮助表明私有内存使用是...私有分配的系统物理内存... (该属性在 IIS 6 中名为最大已用内存。)

并且,应用程序池回收时的事件日志条目; “进程 ID 为“4824”的工作进程为应用程序池“(thepool)”提供服务,已请求回收,因为它达到了其私有字节内存限制。”

因此,如果它是私有字节,那么它一定是物理内存+页面文件提交内存。但是,帮助说明了它的物理内存(在这种情况下,属性必须命名为私有工作集。

ASP.NET 性能监控以及何时向管理员发出警报

私有字节。此进程拥有的提交内存的当前大小(以字节为单位)。 http://msdn.microsoft.com/en-us/library/ ms972959.aspx#monitor_perf_topic12

我没有找到对此文档的任何更正,或者我是否遗漏了某些内容?

For IIS 7,
Help for Recycling Conditions for Application Pool says that Private Memory Usage is ...privately allocated system physical memory ...
(The property is named Maximum Used Memory in IIS 6.)

And, Event Log entry when application pool recycles;
"A worker process with process id of '4824' serving application pool '(thepool)' has requested a recycle because it reached its private bytes memory limit."

Thus, if its private bytes then it must be the committed memory which physical memory + page file. But, help says its physical memory(in that case property must be named private working set.)

ASP.NET Performance Monitoring, and When to Alert Administrators

Private Bytes. The current size, in bytes, of the committed memory owned by this process.
http://msdn.microsoft.com/en-us/library/ms972959.aspx#monitor_perf_topic12

i don't find any correction to this documentation, or am i missing something?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文