Re: 2.6.0 performance problems

From: Thomas Molina
Date: Tue Dec 30 2003 - 19:51:51 EST


On Tue, 30 Dec 2003, Linus Torvalds wrote:
> Ok. This looks much closer to the 2.4.x numbers you reported:
>
> real 13m50.198s
> user 0m33.780s
> sys 0m15.390s
>
> so I assume that we can consider this problem largely solved? There's
> still some difference, that could be due to just VM tuning..
>
> I suspect that what happened is:
> - slab debugging adds a heavy CPU _and_ it also makes all the slab caches
> much less dense.
> - as a result, you see much higher system times, and you also end up
> needing much more memory for things like the dentry cache, so your
> memory-starved machine ended up swapping a lot more too.

So you are telling me that I am paying the price for running development
kernels and enabling all the debugging. I enjoy running the development
stuff and testing new stuff. I enabled all the kernel hacking and
debugging options with the idea it might be useful for testing purposes.

Disabling all the debugging stuff brings the numbers down, but things
still "feel" worse. It's subjective, but there you are. I'll continue to
test with whatever provides the most useful data.
-
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/