Re: Errors in the VM - detailed

From: David Mansfield (lkml@dm.cobite.com)
Date: Thu Jan 31 2002 - 10:44:33 EST


On Thu, 31 Jan 2002, Roy Sigurd Karlsbakk wrote:

> hi all
>
> The last month or so, I've been trying to make a particular configuration work
> with Linux-2.4.17 and other 2.4.x kernels. Two major bugs have been blocking
> my way into the light. Below follows a detailed description on both bugs. One
> of them seems to be solved in the latests -rmap patches. The other is still
> unsolved.
>
> CONFIGURATION INTRO
>

My config:

Athlon 1400mhz, 512mb ram, single HD seagate ST360020A 60GB ATA100. I am
running the 2.4.17rc2aa2 kernel, which many on the list (and I will
second) have stated to be a very excellent kernel. I noticed you haven't
tried the aa kernels. You should.

I'm *not* running sw raid however, and this may be the significant factor,
have you tested your drives singly (without the raid?).

I created 100 100mb files (I don't have enough free space to do anything
else) using dd if=/dev/zero of=file???. I did this sequentially. Then I
wrote a second script to use dd if=file??? of=/dev/null & and started 100
reader in parallel. There were no stalls in the read from beginning to
end, my system maintained about 6-8Mb/s xfer rate throughout the test.
That's about what I would expect for 100 simultaneous readers.

In your tests, are you sure that you are synchronising the starting of
your reader processes? Maybe you are seeing the first readers getting
started first (and you have less seeks ruining your I/O bandwidth) and
then as they get going, the additional seeks ruin everything. I honestly
think this is unlikely, since your I/O level does drop to a disgustingly
low level.

Hope this helps.

David

-- 
/==============================\
| David Mansfield              |
| david@cobite.com             |
\==============================/

- 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/



This archive was generated by hypermail 2b29 : Thu Jan 31 2002 - 21:01:35 EST