From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx165.postini.com [74.125.245.165]) by kanga.kvack.org (Postfix) with SMTP id BA96E6B0044 for ; Wed, 11 Apr 2012 19:57:22 -0400 (EDT) Date: Thu, 12 Apr 2012 01:56:38 +0200 From: Johannes Weiner Subject: Re: [PATCH V2 5/5] memcg: change the target nr_to_reclaim for each memcg under kswapd Message-ID: <20120411235638.GA1787@cmpxchg.org> References: <1334181627-26942-1-git-send-email-yinghan@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1334181627-26942-1-git-send-email-yinghan@google.com> Sender: owner-linux-mm@kvack.org List-ID: To: Ying Han Cc: Michal Hocko , Mel Gorman , KAMEZAWA Hiroyuki , Rik van Riel , Hillf Danton , Hugh Dickins , Dan Magenheimer , linux-mm@kvack.org On Wed, Apr 11, 2012 at 03:00:27PM -0700, Ying Han wrote: > Under global background reclaim, the sc->nr_to_reclaim is set to > ULONG_MAX. Now we are iterating all memcgs under the zone and we > shouldn't pass the pressure from kswapd for each memcg. > > After all, the balance_pgdat() breaks after reclaiming SWAP_CLUSTER_MAX > pages to prevent building up reclaim priorities. shrink_mem_cgroup_zone() bails out of a zone, balance_pgdat() bails out of a priority loop, there is quite a difference. After this patch, kswapd no longer puts equal pressure on all zones in the zonelist, which was a key reason why we could justify bailing early out of individual zones in direct reclaim: kswapd will restore fairness. -- 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/ . Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/ Don't email: email@kvack.org