Get premium membership and access questions with answers, video lessons as well as revision papers.

What is thrashing? How might it be detected? How might one recover from it once detected?

      

What is thrashing? How might it be detected? How might one recover from it once detected?

  

Answers


Faith
Thrashing is the phenomenon that occurs when the total sum of all working set sizes becomes greater
than the available physical memory. Productivity drops since the number of instructions that is able to be
sent to the CPU drops. It could be detected if a threshold value was put in place for each working set
size, and recovery is as simple as suspending processes until total working set size decreases.
Titany answered the question on April 26, 2022 at 13:02


Next: How does page size of a particular architecture affect working set size?
Previous: Enumerate some pros and cons for increasing the page size

View More Operating Systems Questions and Answers | Return to Questions Index


Learn High School English on YouTube

Related Questions