Re: Which kernel is the best for a small linux system?

From: Mike Galbraith
Date: Tue Mar 14 2006 - 04:02:22 EST


On Tue, 2006-03-14 at 08:29 +0100, Ingo Molnar wrote:
> * Willy Tarreau <willy@xxxxxxxxx> wrote:
>
> > scheduler is still a big problem. Not only we occasionally see people
> > complaining about unfair CPU distribution across processes (may be
> > fixed now), but the scheduler still gives a huge boost to I/O
> > intensive tasks which do lots of select() with small time-outs, which
> > makes it practically unusable in network-intensive environments. I've
> > observed systems on which it was nearly impossible to log in via SSH
> > because of this, and I could reproduce the problem locally to create a
> > local DoS where a single user could prevent anybody from logging in.
> > 2.6.15 has improved a lot on this (pauses have reduced from 35 seconds
> > to 4 seconds) but it's still not very good.

Hi Willy,

BTW, if you try my stuff, it'd be good to try just the "cleanup" patch
first. It seems very likely to me that your problem is mostly caused by
the sleep_avg multiplier. If the first patch cures your woes, try
killing just the multiplier in virgin source.

-Mike

(oh yeah, the pipe patch is more or less meaningless now, ignore it)

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/