Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752786AbZAHDrE (ORCPT ); Wed, 7 Jan 2009 22:47:04 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753973AbZAHDqo (ORCPT ); Wed, 7 Jan 2009 22:46:44 -0500 Received: from e28smtp07.in.ibm.com ([59.145.155.7]:56957 "EHLO e28smtp07.in.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753349AbZAHDqn (ORCPT ); Wed, 7 Jan 2009 22:46:43 -0500 Date: Thu, 8 Jan 2009 09:16:35 +0530 From: Balbir Singh To: KAMEZAWA Hiroyuki Cc: Dhaval Giani , Andrew Morton , Sudhir Kumar , YAMAMOTO Takashi , Paul Menage , lizf@cn.fujitsu.com, linux-kernel@vger.kernel.org, linux-mm@kvack.org, David Rientjes , Pavel Emelianov Subject: Re: [RFC][PATCH 0/4] Memory controller soft limit patches Message-ID: <20090108034634.GA7294@balbir.in.ibm.com> Reply-To: balbir@linux.vnet.ibm.com References: <20090107184110.18062.41459.sendpatchset@localhost.localdomain> <20090107185627.GL4145@linux.vnet.ibm.com> <20090108093700.2ad10d85.kamezawa.hiroyu@jp.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20090108093700.2ad10d85.kamezawa.hiroyu@jp.fujitsu.com> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2172 Lines: 48 * KAMEZAWA Hiroyuki [2009-01-08 09:37:00]: > On Thu, 8 Jan 2009 00:26:27 +0530 > Dhaval Giani wrote: > > > On Thu, Jan 08, 2009 at 12:11:10AM +0530, Balbir Singh wrote: > > > > > > Here is v1 of the new soft limit implementation. Soft limits is a new feature > > > for the memory resource controller, something similar has existed in the > > > group scheduler in the form of shares. We'll compare shares and soft limits > > > below. I've had soft limit implementations earlier, but I've discarded those > > > approaches in favour of this one. > > > > > > Soft limits are the most useful feature to have for environments where > > > the administrator wants to overcommit the system, such that only on memory > > > contention do the limits become active. The current soft limits implementation > > > provides a soft_limit_in_bytes interface for the memory controller and not > > > for memory+swap controller. The implementation maintains an RB-Tree of groups > > > that exceed their soft limit and starts reclaiming from the group that > > > exceeds this limit by the maximum amount. > > > > > > This is an RFC implementation and is not meant for inclusion > > > > > > TODOs > > > > > > 1. The shares interface is not yet implemented, the current soft limit > > > implementation is not yet hierarchy aware. The end goal is to add > > > a shares interface on top of soft limits and to maintain shares in > > > a manner similar to the group scheduler > > > > Just to clarify, when there is no contention, you want to share memory > > proportionally? > > > I don't like to add "share" as the kernel interface of memcg. > We used "bytes" to do (hard) limit. Please just use "bytes". > Yes, we'll have soft limit in bytes, but for a hierarchical view, shares do make a lot of sense. The user can use whichever interface suits them the most. -- Balbir -- 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/