Link to home
Start Free TrialLog in
Avatar of ScottGranado
ScottGranadoFlag for United States of America

asked on

Maximum VIrtual Memory setting in IIS 6 for Application Pool

In an application pool properties you see the option for Maximum Virtual Memory.  Microsoft defines this as: .  Virtual Memory usage refers to the amount of paged memory written to disk that the worker process uses.   This doesn't corrispond to the VM SIze column in task manager, so how can i monitor this setting in perfmon and/or task manager?
Avatar of ScottGranado
ScottGranado
Flag of United States of America image

ASKER

it looks like this should be the perfmon counter "page file bytes" and then i should choose the worker process in order from iisapp.vbs to calculate

explanation:
Page File Bytes is the current amount of virtual memory, in bytes, that this process has reserved for use in the paging file(s). Paging files are used to store pages of memory used by the process that are not contained in other files. Paging files are shared by all processes, and the lack of space in paging files can prevent other processes from allocating memory. If there is no paging file, this counter reflects the current amount of virtual memory that the process has reserved for use in physical memory.
ASKER CERTIFIED SOLUTION
Avatar of ScottGranado
ScottGranado
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial