> Turn off irqbalancing. It's useless and it doesn't do anything > but hurt gameserver hosting.
I just wanted to check that irqbalancing is not running. r...@host:/usr/src/linux# cat .config|grep IRQ CONFIG_GENERIC_HARDIRQS=y CONFIG_GENERIC_IRQ_PROBE=y CONFIG_GENERIC_PENDING_IRQ=y CONFIG_HT_IRQ=y CONFIG_SERIAL_8250_SHARE_IRQ=y # CONFIG_SERIAL_8250_DETECT_IRQ is not set CONFIG_TRACE_IRQFLAGS_SUPPORT=y # CONFIG_DEBUG_SHIRQ is not set # CONFIG_IRQSOFF_TRACER is not set Doesn't show anything with irq_balancing. Is it an option in the kernel? After some time I found: r...@host:/usr/src/linux# apt-cache search irq |grep balance irqbalance - Daemon to balance interrupts for SMP systems Is that only a deamon? Because of your previous post I thought I have to disable it in the kernel. I'm running 2.6.28.2. ty. FREEZE _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds_linux

