DEVFYI - Developer Resource - FYI

What is Page-Stealer process?

Unix Interview Questions


(Continued from previous question...)

58. What is Page-Stealer process?

This is the Kernel process that makes rooms for the incoming pages, by swapping the memory pages that are not the part of the working set of a process. Page-Stealer is created by the Kernel at the system initialization and invokes it throughout the lifetime of the system. Kernel locks a region when a process faults on a page in the region, so that page stealer cannot steal the page, which is being faulted in.

(Continued on next question...)

Other Interview Questions