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?
Answer / Ravindra Prasad
Thrashing occurs when a system's CPU utilization is high because it spends more time managing processes and less time executing them. This happens when there are too many processes in the ready queue, causing excessive context switching. The operating system can detect thrashing by monitoring parameters such as CPU usage, memory usage, and process waiting times. To eliminate thrashing, the system can perform techniques like dynamic memory allocation, prioritizing processes, or reducing the number of running processes.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do I search for excel files on my computer?
Are 64bit applications faster?
How do I know if my motherboard is 32 bit or 64 bit?
What are the types of files?
How do I empty my mac cache?
Explain the execution cycle for a von neumann architecture.
Differentiate between Complier and Interpreter?
How do I cancel chkdsk scan?
What resources are used when a thread created?
What are the different types of scheduling algorithms?
when a process is created using fork(). what is shared between parent process and child process. 1.Heap 2. stack 3. shared memory segments 4. I/O handles
2 Answers Hyderabad Central University, nvidia,
What are the 5 basic filing systems?