BSOdemise :
Pinhedd :
BSOdemise :
Pinhedd :
BSOdemise :
Should this thread be moved to the Sub forum Windows 10 or stay here?
Update your Killer LAN network card drivers and reboot.
In the future, please post system specs
CPU: Intel Ivy Bridge Core i5 3470 Socket 1155 6MB 3.2Ghz Tray
GPU: Gigabyte GTX670 2GB GDDR5 WindForce OC
Motherboard: Gigabyte H61M-S2V-B3
Ram: 8Gb KINGSTON KIT ( 4G X2) Hyper-X BLUE
Hard Drive: Seagate 1TB, 3.5", SATA3, Barracuda 7200.14
Where can I find my Killer LAN network card drivers?
Are you sure this will solve the issue?
I updated my motherboard drivers if thats the same thing
If you take a look at those screenshots that you posted you'll notice that the non-paged memory pool is very high. This is almost always the result of a memory leak in a driver. 99% of the time the culprit is a Killer LAN network card running the generic Windows drivers. This is a known issue.
However, it seems like you're in the 1% here, and not the good 1%. You seem to have a memory leak in the kernel somewhere but I have no idea what it is.
The only thing that I can recommend is going through all of your drivers systematically and making sure that they're up to date.
I have my GPU driver and the Motherboard drivers up to date, also key board mouse and headset drivers are updated.
Should I update the Bios?
What can I do man? I really want to fix this issue
Would formatting the computer (only the C drive with Windows) help?
No need to format... yet.
Kernel memory leaks are difficult to diagnose because they're not easily attributed to a user process. User processes are auditable via Task Manager, not so with the kernel. Fortunately there's a tool similar to Task Manager for the Windows Kernel. Unfortunately, this tool no longer ships with Windows. Fortunately, it's easily downloaded.
Download the Windows Driver Kit from the link below and install
https://docs.microsoft.com/en-us/windows-hardware/drivers/download-the-wdk
You do not need to install Visual Studio, just the driver kit. Once you have it installed, run poolmon.exe in a command line with the /b and /p parameters
In other words, open a command prompt in "C:\Program Files (x86)\Windows Kits\10\Tools\x64" as Administrator in the folder containing poolmon.exe and run "poolmon.exe /b /p". Post a screenshot, the culprit should be at the top.
Alternatively, navigate to the folder in explorer and shift-right-click->"Open powershell window here" and type "poolmon.exe /p /b"