top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

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

0 votes
229 views
How the Kernel handles both the page stealer and the fault handler?
posted Jan 22, 2016 by Sathaybama

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

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 allocate 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.

answer Jan 22, 2016 by Shivaranjini
...