LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Just installed RH 9.0 and the system is slow. Why? (https://www.linuxquestions.org/questions/linux-newbie-8/just-installed-rh-9-0-and-the-system-is-slow-why-204305/)

rjm1973 07-12-2004 09:12 PM

Just installed RH 9.0 and the system is slow. Why?
 
Just finished installing RH 9.0. For some reason it is running very slowly.

I am running it on an IBM thinkpad 160 MB ram and p233MHz.

It could be that I do not have enough ram. Would a paired down distribution run faster? Would it make sense to kill some processes?

Was it just a bad idea to try to instal RH 9.0 on such an old box? I had run RH 6.2 on it which was quite fast, but, alas, for a newbie hard to configure.

Samsara 07-12-2004 09:26 PM

Your RAM is okay. Linux is generally good in boxes with less than average RAM; it is often recommended instead of Mac OS X on older G3s.

It's your processing speed that might be letting you down a bit. If you notice your system being slow at a particular time, try "ps -A" on the command line to find whether makewhatis or updatedb are running. If you've never used the locate command, you don't need to run updatedb. You will find these processes listed in /etc/cron.daily , similarly for weekly, and monthly. For the ones you don't want/need, you can just "chmod -x" them as root. Use the man command to find out what they each do.

Regards,

Samsara


All times are GMT -5. The time now is 12:43 PM.