0

Just throwing it here in case someone has encountered something similar. These two snapshots are less than 20h apart. My PC stays always on, but I am not aware of any application that would write data all the time.

Yesterday : enter image description here

Today: enter image description here

enter image description here

I tried cloning my OS on another SSD and same thing is still happening. Windows 10 x64, Build 18362. Power plan set to High Performance, but Hard disk turned off after 120min. Can anyone suggest a cause?

EDIT. There is a lot of writes from symantec, but other users have the same version installed and no problems:

enter image description here

The other notable writes are from explorer :

enter image description here

and svchost pid 12384 C:\Windows\System32\svchost.exe -k LocalServiceNoNetwork -p DPS

enter image description here

alfred
  • 621

2 Answers2

0

Most likely you are using Windows.

The NT kernel is designed as being disk-backed, with the actual RAM only working as a cache to this. This implies, that a lot of disk activity happens on workloads, that are not disk-intensive per se but memory-intensve.

You can reduce the NT swap file(s) to as little as possible, but be advised that there are workloads where not using disk backing will actually reduce performance.

Eugen Rieck
  • 20,637
0

Hi, can you link to information on where you change this.

System Properties > Advanced > Performance Options > Advanced > Virtual Memory > Change

See the image linked. Sorry, not enough reputation to comment on @eugen-riek's answer.

enter image description here

beauk
  • 3