Prepaging


Process requests consecutive pages. OS loads following pages into memory as well. Saves time when large contiguous structures are used. Wastes memory and time case pages not needed.

To reduce large number of page faults that occurs at process startup. If prepaged pages are unused, I/O and memory was wasted.


Home