Memory Leakage

  • Thread starter Thread starter daniel kaplan
  • Start date Start date
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
 
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.
 
The one which is installed with Windows on every PC....

Start-->Run-->perfmon-->OK
 
Back
Top