M
Mark Jacobs
I'm having problems determining the memory usage of a process using the
Process component. If I call Process.VirtualMemorySize.ToString I will
get back a value that is nowhere near close to what the task manager
reports.
In this particular instance the VirtualMemorySize property returned a value
of 43765760 while the task manager shows a VMSize of 2,744K. What am I
missing here? How do the Process memory usage properties map to task
manager memory usage statistics? Any help would be appreciated.
Mark
Process component. If I call Process.VirtualMemorySize.ToString I will
get back a value that is nowhere near close to what the task manager
reports.
In this particular instance the VirtualMemorySize property returned a value
of 43765760 while the task manager shows a VMSize of 2,744K. What am I
missing here? How do the Process memory usage properties map to task
manager memory usage statistics? Any help would be appreciated.
Mark