Thrashing is a computer activity that makes little or no progress like page fault and swapping. Usually, this happens either of limited resources of memory.It arises when a page fault occurs.Page fault occur when memory access of virtual memory space does not map to the content of RAM.
1.CPU becomes idle.
2.Decreasing the utilization increases the degree.
Markdown for AI
A clean, structured version of this page for AI assistants and LLMs.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
Thrashing is a computer activity that makes little or no progress like page fault and swapping. Usually, this happens either of limited resources of memory.It arises when a page fault occurs.Page fault occur when memory access of virtual memory space does not map to the content of RAM.
1.CPU becomes idle.
2.Decreasing the utilization increases the degree.