Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 8 Oct 2001 19:38:52 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 8 Oct 2001 19:38:32 -0400 Received: from perninha.conectiva.com.br ([200.250.58.156]:18959 "HELO perninha.conectiva.com.br") by vger.kernel.org with SMTP id ; Mon, 8 Oct 2001 19:38:22 -0400 Date: Mon, 8 Oct 2001 20:38:27 -0300 (BRST) From: Rik van Riel X-X-Sender: To: Cc: , Subject: [CFT][PATCH *] faster cache reclaim Message-ID: X-supervisor: aardvark@nl.linux.org MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org [WANTED: testers] Hi, after looking at some other things for a while, I made a patch to get 2.4.10-ac* to correctly eat pages from the cache when it is about pages belonging to files which aren't currently in use. This should also give some of the benefits of use-once, but without the flaw of not putting pressure on the working set when a streaming IO load is going on. It also reduces the distance between inactive_shortage and inactive_plenty, so kswapd should spend much less time rolling over pages from zones we're not interested in. This patch is meant to fix the problems where heavy cache activity flushes out pages from the working set, while still allowing the cache to put some pressure on the working set. I've only done a few tests with this patch, reports on how different workloads are handled are very much welcome: http://www.surriel.com/patches/2.4/2.4.10-ac9-eatcache regards, Rik -- DMCA, SSSCA, W3C? Who cares? http://thefreeworld.net/ (volunteers needed) http://www.surriel.com/ http://distro.conectiva.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/