- May 13, 2017
- 2,692
So would I be correct in saying that "Private Bytes" is how much memory the process has asked for and "Working Set" is the Private Bytes plus a little extra shared memory that other processes can use? And also, "Private Working Set" is the amount of private memory currently in physical RAM which is the most accurate representation of how much memory it is actually using? – Scandalist Jul 12 '13 at 20:25
yeah, pretty much. if you are worried about free ram private working set is the way to go. if you are worried about page-file or full commit (ram + virtual memory) private bytes is a good metric. – Frank Thomas Jul 13 '13
Private Bytes VS Working Set in Process Explorer
From from I gather BD is using only about 200MB, but it reserves 600MB in total, which is actually taken the from overall RAM, so it is used.
Why not try task manager?
Not really sure, what Windows Task Manager shows, but I would not rely on that.
Just look at the browser for comparison. Windows shows 482 vs 728/971.