smp

Ubuntu 6.06 Server LTS - Adding support for SMP

0
Your rating: None

Now that we have had our server working well following our previous instructions, it is now time to tweak some more. Actually, many folks probably thinks this is more thank a tweak and really a necessity. I’d agree with that. Why? Well you just purchased a dual, quad core Xeon server to be fast. Fast is alot of things but certainly processing power is one of those key pieces.

Go to the shell prompt on your server and run the following command:

cat /proc/cpuinfo | grep ‘^processor’ | wc -l

Syndicate content