39
17
There is an observation to be made for Windows 10 on my laptop running with 24G memory available, and 2.5G used. There is no 'memory pressure'. Other questions have looked at memory consumption (which isn't the problem here). In all the related questions here and elsewhere, I havn't been able to find an adequate explanation to the issue of this exccessive cpu utilization over the last month or two after one of the Windows 10 updates.
I can accept that there is value in this service or process, but to run continually, and to use additional cpu resources, and as a consequence, use battery power less efficiently, that is the issue I am trying to resolve.
In some article on this site, it was suggested that I turn off SuperFetch, and set a registry entry for PrefetchParameters to 0. I did both and performed a reboot.
I reboot the machine, turn off screen saver, and start the task manager. After a few minutes, the service labeled as 'System and compressed memory' starts taking 5% of my cpu, consistently. My base cpu utilization is maybe 1%, which keeps the fan low. But when the 'system and compressed memory' service runs at the 5%, the fans ramp up. And just keeps running.
Sillyness. Why does that service need to be running consistently like that with no memory pressure? Any additional mechanisms I can try for turning it off or determining what it is actually doing? Are there logs file entries somewhere? Or an in-depth diagnostic tool?
how-to-disable-windows-10-memory-compression -- no real answers here
windows-10-system-process-taking-massive-amounts-of-ram
17993-windows-10-memory-compression
desktop-build-10525-and-windows-10-memory
www.techish.net/system-and-compressed-memory/
windows-10-build-1511-overheating-cpu-fan-always
Windows Performance Recorder - now need a link for info on how to interpret the info
1Yeah, I have never understood why Windows uses the pagefile when there is plenty of memory, disabling the pagefile may solve your issue, I would like to know. – Moab – 2016-01-02T00:42:48.440
1
Possible duplicate of Windows 10, 'System' process taking massive amounts of RAM
– magicandre1981 – 2016-01-02T06:51:01.393@Moab: The perception that Windows "uses the pagefile when there is plenty of memory" comes from a mistaken label on Windows XP's task manager - they labeled the graphs "PF usage" when it should have been "commit charge". If you user PerfMon to examine the actual pagefile usage you'll generally find it far smaller than expected. – Jamie Hanrahan – 2016-01-02T11:07:14.507
2capture a trace of the CPU usage. Install the WPT from Win10 SDK: dev.windows.com/en-us/downloads/windows-10-sdk, run WPRUI.exe, select CPU, Disk, VirtualAlloc, ResidentSet and capture 1-2 minute of the SYSTEM usage and save it into a ETL file. Zip the ETL + the NGENPDB folder into a 7z/RAR file, upload the compressed file to OneDrive, create a share link and post the share link here – magicandre1981 – 2016-01-02T16:56:59.887
@magicandre1981: thank you for offering a possible methodology. The file can be found at http://www.oneunified.net/files/rpb.20160102.WPR.7z . If you see something, would you be able to post your methodology? I'm sure lots of other posts around could make use of the technique. ... again thanx.
– Raymond Burkholder – 2016-01-02T19:29:15.610For me, it was a process restarting over and over. Prey was running/killing multiple times per second.
– Mateen Ulhaq – 2016-09-08T00:15:57.953