Skip to main content

All Questions

4 votes
2 answers
2k views

Process Explorer Reports Processes with 2TB "virtual size" in Windows 10?

This screen snip of Process Explorer shows multiple processes with >2TB "virtual size": This can't mean they are all using 2TB of virtual memory, so I'm wondering just what this means.
James Bowery's user avatar
1 vote
0 answers
66 views

How does a process like KeePass protect its memory in Windows?

I am looking at KeePass and trying to figure out how it protects its memory exactly. Is it because the use of KeePassLib.Security.ProtectedBinary class for all it's memory allocations or is it ...
oleksii's user avatar
  • 850
5 votes
4 answers
18k views

How to identify which process committed memory

My system runs high on committed memory (out of 8GB RAM + 2 GB page file 85% memory is committed). Physical usage is at some 65%. How can I identify what process(es) is allocating most of the ...
Dunken's user avatar
  • 839
2 votes
0 answers
525 views

How can I see the correct "private bytes" value in process explorer?

I have a process that intentionally uses large amounts of memory. When I view this process in Process Explorer's list view with all memory-related columns enabled, this is what I see: Note that all ...
flodin's user avatar
  • 121
8 votes
4 answers
6k views

Process Explorer not showing the biggest user of my RAM

Does anyone know why Process Explorer might show these weird values for memory usage of my Virtual Box instance? Here are the real numbers: But here's what Process Explorer is showing: So the ...
RomanSt's user avatar
  • 9,837
4 votes
1 answer
5k views

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 ...
Laramie's user avatar
  • 415