On Tue, Feb 08, 2005 at 12:06:14PM -0500, jon ross wrote:

> I have an app with a small fixed memory footprint that does a lot of
> random reads from a large file. I thought if I added more memory to
> the machine the VM would do more caching of the disk, but added
> memory does not seem to make any difference. I played with some of
> the params in /proc/sys/vm and none of them seem to have any effect.

If the file is much larger than your RAM size and your access really
are random, you're probably SOL as you will be seek/IO bound most of
the time.

How large is the 'large file' ?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to