View Single Post
Posts: 219 | Thanked: 21 times | Joined on May 2010
#3
Originally Posted by Joorin View Post
Most likely some process is allocating memory all the time without letting go of it. This forces the kernel to put other processes in the swap to make room for the running ones.

In your XTerminal, run the command top and press m to sort by memory usage and check for processes that use a lot of memory. It's also good to look for processes that use a lot of CPU.
oh!
mem : 237676k used, 7312 free, 0k shrd, 1468k buff, 41544k c.

cpue :2.7%usr 1.5% sys 0.1% nice (changes from 96 84 n 69 %) idle 5.1% io 0.0

and usr/sbin/browserd is highest with 7.7 %.
what application is that?
im not running ANYTHING in the background.
what do I do to fix this?