Welcome to Questionaries, where you can ask questions and receive answers from other members of the community.

Let us know at info@questionaries.org

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

10 like 0 dislike
Hello
How the Kernel handles both the page stealer and the fault handler?
please reply me. i am waiting for your reply.
Thanx
asked 1 year ago by DBA-boss (120,990 points)

1 Answer

1 like 0 dislike
 
Best answer
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.
answered 1 year ago by eagles11 (179,830 points)

Related questions

10 like 0 dislike
1 answer
10 like 0 dislike
1 answer
10 like 0 dislike
1 answer
10 like 0 dislike
1 answer
5 like 0 dislike
1 answer