Re: broken VM in 2.4.10-pre9

Linus Torvalds (torvalds@transmeta.com)
Sun, 16 Sep 2001 05:31:11 +0000 (UTC)


In article <Pine.LNX.4.33L2.0109160031500.7740-100000@flashdance>,
Peter Magnusson <iocc@flashdance.nothanksok.cx> wrote:
>
>2.4.10-pre4: quite ok VM, but put little more on the swap than 2.4.7
>2.4.10-pre8: not good

Ehh..

There are _no_ VM changes that I can see between pre4 and pre8.

>2.4.10-pre9: not good ... Linux didnt had used any swap at all, then i
> unrared two very large files at the same time. And now 104
> Mbyte swap is used! :-( 2.4.7 didnt do like this.
> Best is to use the swap as little as possible.

.. and there are none between pre8 and pre9.

Basically, it sounds lik eyou have tested different loads on different
kernels, and some loads are nice and others are not.

Also note that the amount of "swap used" is totally meaningless in
2.4.x. The 2.4.x kernel will _allocate_ the swap backing store much
earlier than 2.2.x, but that doesn't actuall ymean that it does any of
the IO. Indeed, allocating the swap backing store just means that the
swap pages are then kept track of, so that they can be aged along with
other stores.

So whether Linux uses swap or not is a 100% meaningless indicator of
"goodness". The only thing that matters is how well the job gets done,
ie was it reasonably responsive, and did the big untars finish quickly..

Don't look at how many pages of swap were used. That's a statistic,
nothing more.

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