From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx158.postini.com [74.125.245.158]) by kanga.kvack.org (Postfix) with SMTP id 99BD96B02BF for ; Sat, 23 Jun 2012 11:22:41 -0400 (EDT) Message-ID: <4FE5DF1E.1030208@redhat.com> Date: Sat, 23 Jun 2012 11:22:06 -0400 From: Rik van Riel MIME-Version: 1.0 Subject: Re: [PATCH] mm: consider all swapped back pages in used-once logic References: <1337246033-13719-1-git-send-email-mhocko@suse.cz> <20120517195342.GB1800@cmpxchg.org> <20120521025149.GA32375@gmail.com> <20120521073632.GL1406@cmpxchg.org> <20120521085951.GA4687@gmail.com> <20120521093705.GM1406@cmpxchg.org> <20120521110659.GA7143@gmail.com> <20120623110450.GP27816@cmpxchg.org> In-Reply-To: <20120623110450.GP27816@cmpxchg.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org List-ID: To: Johannes Weiner Cc: Zheng Liu , Michal Hocko , linux-mm@kvack.org, linux-kernel@vger.kernel.org, Andrew Morton , Mel Gorman , Minchan Kim , KAMEZAWA Hiroyuki On 06/23/2012 07:04 AM, Johannes Weiner wrote: > I think we need to go back to protecting mapped pages based on how > much of reclaimable memory they make up, one way or another. > > Minchan suggested recently to have a separate LRU list for easily > reclaimable pages. If we balance the lists according to relative > size, we have pressure on mapped pages dictated by availability of > clean cache that is easier to reclaim. > > Rik, Minchan, what do you think? I believe the main reclaim balancings should probably be "cgroup vs cgroup", "anon vs file" and "active vs inactive". However, there is some room for sorting within the inactive file list, to ensure we actually have a bunch of easily reclaimable pages available at all times. This would not work on the anon side, because there are workloads that fill up 95% of memory with working set, but on the file side it could actually solve some real issues. -- All rights reversed -- 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