i have amd 64x2 processor. i came across this article:
i am bit skeptical. has anyone tried it? is there any way to undo these changes?
9) Increase the start speed of multi-core CPU systems.
This will slow down systems that have a single CPU. For multi core CPUs, we can change the services to all start together (in parallel) during boot time. The command to do this is;
sudo perl -i -pe 's/CONCURRENCY=none/CONCURRENCY=shell/' /etc/init.d/rc
and then reboot with
sudo shutdown -r now
Read more: http://ubuntulinuxhelp.com/10-things...#ixzz0y7P5dkCD
This will slow down systems that have a single CPU. For multi core CPUs, we can change the services to all start together (in parallel) during boot time. The command to do this is;
sudo perl -i -pe 's/CONCURRENCY=none/CONCURRENCY=shell/' /etc/init.d/rc
and then reboot with
sudo shutdown -r now
Read more: http://ubuntulinuxhelp.com/10-things...#ixzz0y7P5dkCD
Comment