Hello,

I'm looking for an application (Windows OS) to monitor the threads working set of a specific process. I've seen some applications that show the CPU used by the several threads of a process but none that shows their memory usage...

I'm trying to find which thread of my application is requesting an excesive amount of memory.

Thanks.