I apparently have a massive memory like on my upgraded Windows 10 system. I have seen "System" (PID 4) slowly use more and more RAM. My "NT Kernal & System" has already used more than 5GB of RAM. Attached I have my poolmon data, however I do not know how to interpret it.
Asked
Active
Viewed 1,636 times
2 Answers
1
It usually asociated with drivers. Try typing this in Command Prompt(run as administrator),
cd drivers
then
findstr /s [tag name] *.*
Then wait for a few sec. it will show the name of the *.sys file(s). find it in C:\Windows\System32\Drivers . Check its properties. You'll get info about what driver associated with this file. Update that driver
Hope it helps, cos I got the same problem. Sorry for my bad English.
1
I have seen "System" (PID 4) slowly use more and more RAM. My "NT Kernal & System" has already used more than 5GB of RAM.
You have a lot of other software that uses a lot of RAM.
magicandre1981
- 99,606
