IIS 7 Application Pool Private Memory Usage

十年热恋 提交于 2019-12-22 07:59:47

问题


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?

来源:https://stackoverflow.com/questions/3324575/iis-7-application-pool-private-memory-usage

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!