|
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
n |
Define an
upper bound
|
|
|
U and lower
bound L for
|
|
|
page fault
rates
|
|
|
n |
Allocate more
frames to
|
|
|
|
a process
if fault rate is
|
|
|
higher than U
|
|
|
n |
Allocate less
frames if
|
|
|
fault rate is
< L
|
|
|
n |
The resident
set size
|
|
|
should be
close to the
|
|
|
|
working set
size W
|
|
|
n |
We suspend
the process
|
|
if the PFF
> U and no
|
|
|
|
more free
frames are
|
|
|
available
|
|
|
|