From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f43.google.com (mail-pa0-f43.google.com [209.85.220.43]) by kanga.kvack.org (Postfix) with ESMTP id 79CC16B0044 for ; Thu, 14 Nov 2013 10:54:30 -0500 (EST) Received: by mail-pa0-f43.google.com with SMTP id fa1so2248408pad.30 for ; Thu, 14 Nov 2013 07:54:30 -0800 (PST) Received: from psmtp.com ([74.125.245.128]) by mx.google.com with SMTP id tu7si28379405pab.162.2013.11.14.07.54.27 for ; Thu, 14 Nov 2013 07:54:28 -0800 (PST) Message-ID: <5284F201.4040607@redhat.com> Date: Thu, 14 Nov 2013 10:53:37 -0500 From: Rik van Riel MIME-Version: 1.0 Subject: Re: [patch 0/8] mm: thrash detection-based file cache sizing v5 References: <1381441622-26215-1-git-send-email-hannes@cmpxchg.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org List-ID: To: Bob Liu Cc: Johannes Weiner , Andrew Morton , Andi Kleen , Andrea Arcangeli , Greg Thelen , Christoph Hellwig , Hugh Dickins , Jan Kara , KOSAKI Motohiro , Mel Gorman , Minchan Kim , Peter Zijlstra , Michel Lespinasse , Seth Jennings , Roman Gushchin , Ozgun Erdogan , Metin Doslu , Vlastimil Babka , Tejun Heo , Linux-MM , linux-fsdevel@vger.kernel.org, Linux-Kernel On 11/12/2013 05:30 AM, Bob Liu wrote: > Hi Johannes, > > On Fri, Oct 11, 2013 at 5:46 AM, Johannes Weiner wrote: >> Future >> >> Right now we have a fixed ratio (50:50) between inactive and active >> list but we already have complaints about working sets exceeding half >> of memory being pushed out of the cache by simple used-once streaming >> in the background. Ultimately, we want to adjust this ratio and allow >> for a much smaller inactive list. These patches are an essential step >> in this direction because they decouple the VMs ability to detect >> working set changes from the inactive list size. This would allow us >> to base the inactive list size on something more sensible, like the >> combined readahead window size for example. >> > > I found that this patchset have the similar purpose as > Zcache(http://lwn.net/Articles/562254/) in some way. Sorry, but that is unrelated. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org