Re: [PATCH] Recent VM fiasco - fixed

From: Jim Nance (jnance@nortelnetworks.com)
Date: Thu May 11 2000 - 21:51:21 EST


On Wed, May 10, 2000 at 10:10:13PM -0700, Linus Torvalds wrote:
>
> Because it's a classic "walk a large array in order" test, which means
> that the worst possible order to page things out in is LRU.
>
> So toreally speed up mmap002, the best approach is to try to be as non-LRU
> as possible, which is obviously the wrong thing to do in real life. So in
> that sense optimizing mmap002 is a _bad_ thing.

I agree with you. However, some "real" programs do make sequential passes
through large blocks of memory. It would be nice if we could detect that
a program was doing this and keep it from flushing out other processes
pages. I realize that now is probably not a good time to work on this.

Thanks,

Jim

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



This archive was generated by hypermail 2b29 : Mon May 15 2000 - 21:00:20 EST