Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750939AbWIUB3w (ORCPT ); Wed, 20 Sep 2006 21:29:52 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750937AbWIUB3w (ORCPT ); Wed, 20 Sep 2006 21:29:52 -0400 Received: from fgwmail5.fujitsu.co.jp ([192.51.44.35]:20427 "EHLO fgwmail5.fujitsu.co.jp") by vger.kernel.org with ESMTP id S1750936AbWIUB3v (ORCPT ); Wed, 20 Sep 2006 21:29:51 -0400 Date: Thu, 21 Sep 2006 10:33:02 +0900 From: KAMEZAWA Hiroyuki To: KAMEZAWA Hiroyuki Cc: clameter@sgi.com, lhms-devel@lists.sourceforge.net, npiggin@suse.de, ckrm-tech@lists.sourceforge.net, linux-kernel@vger.kernel.org, pj@sgi.com, rohitseth@google.com, devel@openvz.org Subject: Re: [Lhms-devel] [patch00/05]: Containers(V2)- Introduction Message-Id: <20060921103302.b57d288d.kamezawa.hiroyu@jp.fujitsu.com> In-Reply-To: <20060921095100.25e02b5c.kamezawa.hiroyu@jp.fujitsu.com> References: <1158718568.29000.44.camel@galaxy.corp.google.com> <1158773208.8574.53.camel@galaxy.corp.google.com> <1158775678.8574.81.camel@galaxy.corp.google.com> <20060920155815.33b03991.pj@sgi.com> <1158794808.7207.14.camel@galaxy.corp.google.com> <20060921095100.25e02b5c.kamezawa.hiroyu@jp.fujitsu.com> Organization: Fujitsu X-Mailer: Sylpheed version 2.2.0 (GTK+ 2.6.10; 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 X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1429 Lines: 43 Self-response.. On Thu, 21 Sep 2006 09:51:00 +0900 KAMEZAWA Hiroyuki wrote: > On Wed, 20 Sep 2006 16:31:22 -0700 (PDT) > Christoph Lameter wrote: > > > On Wed, 20 Sep 2006, Rohit Seth wrote: > > > > > Absolutely. Since these containers are not (hard) partitioning the > > > memory in any way so it is easy to change the limits (effectively > > > reducing and increasing the memory limits for tasks belonging to > > > containers). As you said, memory hot-un-plug is important and it is > > > non-trivial amount of work. > > > > Maybe the hotplug guys want to contribute to the discussion? > > > Ah, I'm reading threads with interest. I wonder it may not good to use pgdat for resource controlling. For example In following scenario, == (1). add > /mnt/configfs/containers/my_container/add_task (2). does some work. (3). echo > /mnt/configfs/containers/my_container/rm_task (4). echo > /mnt/configfs/containers/my_container2/add_task == (if fake-pgdat/memory-hotplug is used) The pages used by in (2) will be accounted in 'my_container' after (3). Is this user's wrong use of system ? -Kame - 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/