Identify an instance of Google Chrome by PID

While working I generally need around 40 windows open at a time and run 100-200 processes. When memory constraints become an issue, I start picking off the processes that are the most resource intensive and disposable. Often these are chrome.exe.

It would be helpful to be able to match a particularly memory-hungry instance of chrome to it's PID so I can selectively close it. That is, if I knew what the page title it is currently open to, I could choose whether it lives or dies.

I've tried Process Explorer to no avail.

In Task Manager, you can go from Application to Process. Any way to go the other way 'round?

1 Answer

You could try to use Chrome's task manager directly. Call it by pressing Shift + Escape in Chrome, or in the contextual menu on the title bar, or the task bar button.

alt text

It will show you the memory used for each page (and allow you to choose which ones to keep or close). You can even add the PID column, in this task manager (contextual menu on the column headers).

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like