Process memory utilization

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
 
M

Matthias Tacke

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top