-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RamMap "zombie" processes? #5
Comments
Yes, these would show in System/Zombie Processes (most likely) |
Ah ok, well only a few are showing up when I'm expecting thousands. |
It's possible (although rare) that the processes are held alive because of kernel references rather than handles. Object Explorer looks for handles to processes who are "dead" as far as code execution is concerned. |
Yeah they're not in Zombie threads either. I don't know enough about kernel internals to know how kernel references relate to the |
Something else may be going on here. Best to generate a kernel dump and investigate. |
This thread gives more details: https://learn.microsoft.com/en-us/archive/msdn-technet-forums/0b610346-fc53-4b39-8cfd-9737d265c3f4
This is an age-old problem with Windows apparently. |
RamMap shows that I currently have a huge
Page Table
of several GBs; looking at theProcesses
, sorting by name, as suggested by https://superuser.com/questions/782855/why-does-my-page-table-take-up-so-much-memory/1499539#1499539 , reveals that I have thousands ofsshd.exe
,pwsh.exe
,cmd.exe
,conhost.exe
,docker.exe
,com.docker.cli.exe
leftover processes.Would it make sense for these to show up in
ObjectExplorer
too?The text was updated successfully, but these errors were encountered: