From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761897Ab0J2U11 (ORCPT ); Fri, 29 Oct 2010 16:27:27 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:48389 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756398Ab0J2U10 (ORCPT ); Fri, 29 Oct 2010 16:27:26 -0400 Date: Fri, 29 Oct 2010 13:19:52 -0700 From: Andrew Morton To: Greg Thelen Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org, containers@lists.osdl.org, Andrea Righi , Balbir Singh , KAMEZAWA Hiroyuki , Daisuke Nishimura , Minchan Kim , Ciju Rajan K , David Rientjes , Wu Fengguang Subject: Re: [PATCH v4 02/11] memcg: document cgroup dirty memory interfaces Message-Id: <20101029131952.1191023d.akpm@linux-foundation.org> In-Reply-To: <1288336154-23256-3-git-send-email-gthelen@google.com> References: <1288336154-23256-1-git-send-email-gthelen@google.com> <1288336154-23256-3-git-send-email-gthelen@google.com> X-Mailer: Sylpheed 2.4.8 (GTK+ 2.12.9; x86_64-pc-linux-gnu) 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 Fri, 29 Oct 2010 00:09:05 -0700 Greg Thelen wrote: > Document cgroup dirty memory interfaces and statistics. > > > ... > > +When use_hierarchy=0, each cgroup has dirty memory usage and limits. > +System-wide dirty limits are also consulted. Dirty memory consumption is > +checked against both system-wide and per-cgroup dirty limits. > + > +The current implementation does enforce per-cgroup dirty limits when "does not", I trust. > +use_hierarchy=1. System-wide dirty limits are used for processes in such > +cgroups. Attempts to read memory.dirty_* files return the system-wide values. > +Writes to the memory.dirty_* files return error. An enhanced implementation is > +needed to check the chain of parents to ensure that no dirty limit is exceeded. > + > 6. Hierarchy support > > The memory controller supports a deep hierarchy and hierarchical accounting. > -- > 1.7.3.1