Memory Leakage

D

daniel kaplan

i'm guessing this is the best place to ask this.

some app on my machine is just SLOWLY sucking up the memory. and i cannot
determine which one. tsk mgr shows it, but doesn't show WHO. i know there
is filemon, and regmon....anyone know of any MEMMON?

as always, thanks in advance
 
J

John Phillips

Use Performance Monitor, check the private bytes of each process
for -=constant=- increase (i.e. private bytes never reaches a plateau). Do
the same for virtual bytes.

Alternatively, you can use task manager (processes tab) to monitor which
process is leaking memory - it's a rougher picture, though.
 
J

John Phillips

The one which is installed with Windows on every PC....

Start-->Run-->perfmon-->OK
 

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