Linux - Explain how the Kernel handles both the page stealer and the fault handler

Explain how the Kernel handles both the page stealer and the fault handler.

When the memory shortage occurs then the page stealer and fault handler thrashes. The fault handler will be slept when the sum of the working sets of all the processes is more than the physical memory. The system throughput reduction is the restult of this process, because the time spent by kernel for the overhead is too much. The memory is rearraged in the frantic pace.
Linux - What is ex and vi? Explain their purposes
What is ex and vi? Explain their purposes - vi – screen oriented visual editor.........
Linux - What is kill()? Explain its possible return values.
What is kill()? Explain its possible return values - kill() is a system call which stops a process.........
Linux - Explain the steps that a shell follows while processing a command
Explain the steps that a shell follows while processing a command - The sequence of executing commands by shell are as follows:.......
Post your comment