hard faults

About this tag
Hard faults occur when Windows must read data from the page file on disk because it is no longer in physical RAM. This is slower than soft faults, which can be resolved from memory. In Windows 10, memory compression helps reduce hard faults by keeping compressed data in RAM instead of paging to disk. Understanding hard faults is key to diagnosing system slowdowns and memory pressure. The tag covers discussions about memory management, paging behavior, and how Windows optimizes RAM usage to minimize disk I/O.
  1. News

    Memory Compression in Windows 10 RTM

    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...
Back
Top