Previous Topic: Identify Bottlenecks among System ResourcesNext Topic: Optimize Memory Usage


Optimize CPU Usage

CPU problems normally occur when too many processes are requesting service at the same time. The first sign of CPU problems is when processes begin to take a lot longer than usual to complete. In extreme cases, thrashing occurs. Thrashing occurs when the CPU becomes so consumed with moving memory back and forth from disk that no time is left for processing user requests. Then, programs are placed in a wait state for CPU.

To correct minor CPU problems like slow processing and avoid severe CPU problems like thrashing, consider the following tips: