What does Virtual Bytes mean in Worker Processes pane in IIS7.5 Manager?
If I open IIS Manager (On WindowsServer 2008r2), and go to the Worker Processes page, I can see that one of my AppPool processes reports
Private Bytes (KB) 106,435.00
Virtual Bytes (KB) 748,788.00
However, if I look at task manager, the associated w3wp.exe process reports 69,276K
.
Can anyone explain to me how these figures relate to each other?
Thanks
This TechNet article should help to explain:
The memory showing in task manager is the amount of physical memory in use by the process that cannot be shared with other processes.
This MSDN page should help explain Virtual Address Space: