Messages in this thread |  | | Date | Fri, 29 Sep 2000 16:55:11 +0200 | From | Andrea Arcangeli <> | Subject | Re: [patch] vmfixes-2.4.0-test9-B2 - fixing deadlocks |
| |
On Fri, Sep 29, 2000 at 11:39:18AM -0300, Rik van Riel wrote: > OK, good to see that we agree on the fact that we > should age and swapout all pages equally agressively.
Actually I think we should start looking at the mapped stuff _only_ when the I/O cache aging is relevant. If the I/O cache aging isn't relevant there's no point to look at the mapped stuff since there's cache pollution going on. It's much less costly to drop a page from the unmapped cache than to play with pagetables, and also having slow read() is much better than having to fault into the .text areas (because the process is going to be designed in a way that expects read to block so it may do it asynchronously or in a separate thread or whatever). A `cp /dev/zero .` shouldn't swapout/unmap anything.
If the cache is re-used (so if it's useful) that's completly different issue and in that case unmapping potentially unused stuff is the right thing to do of course.
Andrea - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |