Process memory utilization

  • Thread starter Thread starter Henry
  • Start date Start date
H

Henry

Hi all

We have an application with a memory leak. Until this is
resolved I need to kill a certain process everytime it
consumed more than x amount of memory.

Q: How do you see how much memory is used by a process
from CMD?

Thanks
Henry
 
Henry said:
Hi all

We have an application with a memory leak. Until this is
resolved I need to kill a certain process everytime it
consumed more than x amount of memory.

Q: How do you see how much memory is used by a process
from CMD?
in XP there is tasklist. A general purpose solution is the free pslist
from http://www.sysinternals.com

HTH
 
Back
Top