Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932838AbXASTEM (ORCPT ); Fri, 19 Jan 2007 14:04:12 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932845AbXASTEM (ORCPT ); Fri, 19 Jan 2007 14:04:12 -0500 Received: from omx1-ext.sgi.com ([192.48.179.11]:59988 "EHLO omx1.sgi.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S932838AbXASTEL (ORCPT ); Fri, 19 Jan 2007 14:04:11 -0500 Date: Fri, 19 Jan 2007 11:01:57 -0800 (PST) From: Christoph Lameter To: Vaidyanathan Srinivasan cc: Aubrey Li , linux-kernel@vger.kernel.org, linux-mm@kvack.org, Linus Torvalds , Andrew Morton , Nick Piggin , "linux-os (Dick Johnson)" , Robin Getz Subject: Re: [RPC][PATCH 2.6.20-rc5] limit total vfs page cache In-Reply-To: <45B112B6.9060806@linux.vnet.ibm.com> Message-ID: References: <6d6a94c50701171923g48c8652ayd281a10d1cb5dd95@mail.gmail.com> <45B0DB45.4070004@linux.vnet.ibm.com> <6d6a94c50701190805saa0c7bbgbc59d2251bed8537@mail.gmail.com> <45B112B6.9060806@linux.vnet.ibm.com> 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 Content-Length: 954 Lines: 21 On Sat, 20 Jan 2007, Vaidyanathan Srinivasan wrote: > >> However when the zone reclaimer starts to reclaim pages, it will > >> remove all cold pages and not specifically pagecache pages. This > >> may affect performance of applications. The reclaimer is passed a control structure that can be used to disable write to swap (if that is the concern). > I am open to suggestions on reclaim logic. My view is that we need > to selectively reclaim pagecache pages and not just call the > traditional reclaimer to freeup arbitrary type of pages. The traditional reclaim works fine if told what to do. Introducing another LRU list to do reclaim is a significant change to the VM, creates lots of overhead etc. - 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/