What is the "Thrashing" phenomenon in virtual memory systems?
Show Hint
Thrashing is the result of a "positive feedback loop" gone wrong. The system works harder to fix a problem (low CPU utilization) but the action taken (adding more processes) actually worsens the root cause (lack of memory frames).