operating-systems

Definition

Page Fault Frequency

Page fault frequency (PFF) is a control strategy used by the operating system to manage the resident set of a process by monitoring how often the process incurs page faults.

If the page fault rate becomes too high, the OS allocates more frames. If it becomes too low, the OS may reclaim frames.