Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754124Ab1FDQEw (ORCPT ); Sat, 4 Jun 2011 12:04:52 -0400 Received: from mail-pz0-f46.google.com ([209.85.210.46]:43404 "EHLO mail-pz0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752389Ab1FDQEv (ORCPT ); Sat, 4 Jun 2011 12:04:51 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=AZrVM64irycmNYB646D0Hhg9NXwFlWgEF1jGQC6K2Ytz9e5FCUJ9mm8kNKwzUjL2DK v/dIOYAmt9vRGesIPIHdsV5TjUMIFVq0saO28zBH1veU8mMV8txoRte5I2/kXnRZpN9H 2ZBcmW+PyHluIOH/lmDKVf37XGXp+Unbs2UXk= Date: Sun, 5 Jun 2011 01:04:40 +0900 From: Minchan Kim To: Greg Thelen Cc: Andrew Morton , linux-kernel@vger.kernel.org, linux-mm@kvack.org, containers@lists.osdl.org, linux-fsdevel@vger.kernel.org, Andrea Righi , Balbir Singh , KAMEZAWA Hiroyuki , Daisuke Nishimura , Johannes Weiner , Ciju Rajan K , David Rientjes , Wu Fengguang , Vivek Goyal , Dave Chinner Subject: Re: [PATCH v8 07/12] memcg: add cgroupfs interface to memcg dirty limits Message-ID: <20110604160440.GC1445@barrios-laptop> References: <1307117538-14317-1-git-send-email-gthelen@google.com> <1307117538-14317-8-git-send-email-gthelen@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1307117538-14317-8-git-send-email-gthelen@google.com> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1110 Lines: 29 On Fri, Jun 03, 2011 at 09:12:13AM -0700, Greg Thelen wrote: > Add cgroupfs interface to memcg dirty page limits: > Direct write-out is controlled with: > - memory.dirty_ratio > - memory.dirty_limit_in_bytes > > Background write-out is controlled with: > - memory.dirty_background_ratio > - memory.dirty_background_limit_bytes > > Other memcg cgroupfs files support 'M', 'm', 'k', 'K', 'g' > and 'G' suffixes for byte counts. This patch provides the > same functionality for memory.dirty_limit_in_bytes and > memory.dirty_background_limit_bytes. > > Signed-off-by: Andrea Righi > Signed-off-by: Balbir Singh > Signed-off-by: Greg Thelen > Acked-by: KAMEZAWA Hiroyuki Reviewed-by: Minchan Kim -- Kind regards Minchan Kim -- 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/