From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756319AbZCEXzQ (ORCPT ); Thu, 5 Mar 2009 18:55:16 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755950AbZCEXys (ORCPT ); Thu, 5 Mar 2009 18:54:48 -0500 Received: from fgwmail6.fujitsu.co.jp ([192.51.44.36]:42188 "EHLO fgwmail6.fujitsu.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754488AbZCEXyq (ORCPT ); Thu, 5 Mar 2009 18:54:46 -0500 Date: Fri, 6 Mar 2009 08:53:23 +0900 From: KAMEZAWA Hiroyuki To: balbir@linux.vnet.ibm.com Cc: linux-mm@kvack.org, Sudhir Kumar , YAMAMOTO Takashi , Bharata B Rao , Paul Menage , lizf@cn.fujitsu.com, linux-kernel@vger.kernel.org, KOSAKI Motohiro , David Rientjes , Pavel Emelianov , Dhaval Giani , Rik van Riel , Andrew Morton Subject: Re: [PATCH 0/4] Memory controller soft limit patches (v3) Message-Id: <20090306085323.a96cfb01.kamezawa.hiroyu@jp.fujitsu.com> In-Reply-To: <20090305152642.GA5482@balbir.in.ibm.com> References: <20090302060519.GG11421@balbir.in.ibm.com> <20090302152128.e74f51ef.kamezawa.hiroyu@jp.fujitsu.com> <20090302063649.GJ11421@balbir.in.ibm.com> <20090302160602.521928a5.kamezawa.hiroyu@jp.fujitsu.com> <20090302124210.GK11421@balbir.in.ibm.com> <20090302174156.GM11421@balbir.in.ibm.com> <20090303085914.555089b1.kamezawa.hiroyu@jp.fujitsu.com> <20090303111244.GP11421@balbir.in.ibm.com> <20090305180410.a44035e0.kamezawa.hiroyu@jp.fujitsu.com> <20090305152642.GA5482@balbir.in.ibm.com> Organization: FUJITSU Co. LTD. X-Mailer: Sylpheed 2.5.0 (GTK+ 2.10.14; i686-pc-mingw32) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 5 Mar 2009 20:56:42 +0530 Balbir Singh wrote: > * KAMEZAWA Hiroyuki [2009-03-05 18:04:10]: > > > On Tue, 3 Mar 2009 16:42:44 +0530 > > Balbir Singh wrote: > > > > > > I wrote > > > > == > > > > if (victim is not over soft-limit) > > > > == > > > > ....Maybe this discussion style is bad and I should explain my approach in patch. > > > > (I can't write code today, sorry.) > > > > > > > > This is an example of my direction, " do it lazy" softlimit. > > > > Maybe this is not perfect but this addresses almost all my concern. > > I hope this will be an input for you. > > I didn't divide patch into small pieces intentionally to show a big picture. > > Thanks, > > -Kame > > == > > From: KAMEZAWA Hiroyuki > > > > An example patch. Don't trust me, this patch may have bugs. > > > > Well this is not do it lazy, all memcg's are scanned tree is built everytime > kswapd invokes soft limit reclaim. tree is built ? no. there are not tree. And this is lazy. No impact until kswapd runs. > With 100 cgroups and 5 nodes, we'll > end up scanning cgroups 500 times. No. 100 cgroups. (kswapd works per node and all kswapd doesn't work at once.) > There is no ordering of selected victims, I don't think this is necessary but if you want you can add it easily. > so the largest victim might still be running unaffected. > No problem from my point of view. "Soft limit" is a hint from the user to show "if usage is larger than this, recalaim from this cgroup is appropriate" Thanks, -Kame