Operating System (OS) Question: Download Operating System (OS) PDF

What is the cause of thrashing? How does the system detect thrashing?

Tweet Share WhatsApp

Answer:

Once it detects thrashing, what can the system do to eliminate this problem? - Thrashing is caused by under allocation of the minimum number of pages required by a process, forcing it to continuously page fault. The system can detect thrashing by evaluating the level of CPU utilization as compared to the level of multiprogramming. It can be eliminated by reducing the level of multiprogramming.

Download Operating System (OS) PDF Read All 74 Operating System (OS) Questions
Previous QuestionNext Question
What is the difference between Hard and Soft real-time systems?What is multi tasking, multi programming and multi threading?