how the kernel handles both the page stealer and


How the Kernel handles both the page stealer and the fault handler?

The page stealer and the fault handler thrash because of the shortage of the memory. If the sum of the working sets of all processes is greater that the physical memory then the fault handler will usually sleep because it cannot assign pages for a process. This results in the reduction of the system throughput because Kernel spends too much time in overhead, rearranging the memory in the frantic pace.

 

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: how the kernel handles both the page stealer and
Reference No:- TGS0312868

Expected delivery within 24 Hours