What is the cause of thrashing? How does the system detect thrashing? 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. 

Showing Answers 1 - 6 of 6 Answers

puneet mahant

  • Apr 14th, 2015
 

No

  Was this answer useful?  Yes

rajeshwari Maurya

  • Jun 29th, 2016
 

How to detect thrashing in system?

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions