Archive - มิ.ย. 10, 2008
3 สาเหตุที่ทำให้ระบบของคุณช้า
ไปเจอเรื่องนี้เข้าเลยนำมาฝากครับ 3 สาเหตุที่ทำให้ระบบมันช้าลง
- A program is monopolizing the cpu.
A program is using all of the cpu cycles, blocking access to the cpu to
other programs. This may be intentional (programs that do heavy
processing) or accidental (programs get stuck repeating something over
and over). - You’re nearly out of physical memory.
You are either running too many programs, or programs that use too much
memory. Your physical memory is almost entirely exhausted, and the
running programs are using the harddisk as fallback memory, which is
very slow.







