08-03-2010, 11:46 PM
First i want to say Hello to everybody, because i'm new on this forum.
So, i want to optimize my Linux Kernel so i can install 1000 FPS CW Server on my machine.
OS: CENTOS 5.5 x86_64
I've used this tutorial: http://wiki.fragaholics.de/index.php/EN:Linux_Kernel_Optimization
Here are commands which i've used:
1.
cd /usr/src
3.
wget http://kernel.org/pub/linux/kernel/projects/rt/patch-2.6.33.7-rt29.gz
wget http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.33.7.tar.gz
4.
tar zxf linux-2.6.33.7.tar.gz
cd linux-2.6.33.7
zcat ../patch-2.6.33.7-rt29.gz | patch -p1
5.
cp -vi /boot/config-`uname -r` .config
6.
make menuconfig ( i have enable/disable as it's in tutorial )
7.
make && make install modules_install ( waiting )
and after 10-15 minutes i got:
So what can i do to fix this and finish 7. step successfull?!
So, i want to optimize my Linux Kernel so i can install 1000 FPS CW Server on my machine.
OS: CENTOS 5.5 x86_64
I've used this tutorial: http://wiki.fragaholics.de/index.php/EN:Linux_Kernel_Optimization
Here are commands which i've used:
1.
cd /usr/src
3.
wget http://kernel.org/pub/linux/kernel/projects/rt/patch-2.6.33.7-rt29.gz
wget http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.33.7.tar.gz
4.
tar zxf linux-2.6.33.7.tar.gz
cd linux-2.6.33.7
zcat ../patch-2.6.33.7-rt29.gz | patch -p1
5.
cp -vi /boot/config-`uname -r` .config
6.
make menuconfig ( i have enable/disable as it's in tutorial )
7.
make && make install modules_install ( waiting )
and after 10-15 minutes i got:
So what can i do to fix this and finish 7. step successfull?!