You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
soft faults
About this tag
Soft faults, also known as soft page faults, are a normal part of memory management in Windows. They occur when a process accesses a memory page that is still in RAM but not currently mapped to its working set. Unlike hard faults, soft faults do not require disk access, making them much less impactful on performance. In Windows 10, memory compression leverages soft faults to keep more data in RAM, reducing the need to write to the page file. This optimization helps improve system responsiveness, especially under memory pressure. Understanding soft faults is key to interpreting memory usage and diagnosing performance issues in Windows.
I had the privilege of spending some more time with the Windows 10 Kernel folks!! I love learning about the OS with the folks that actually work in it day in and day out. In this video Mehmet Iyigun spent some time discussing why the System process in Windows 10 is taking a bit more memory and...
compression
hard faults
kernel
learning
memory management
optimization
page fault
paging
performance
ram
rtm
softfaults
system features
system processes
technology
user experience
video
windows 10