Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751422AbaKFPWW (ORCPT ); Thu, 6 Nov 2014 10:22:22 -0500 Received: from mx2.parallels.com ([199.115.105.18]:50258 "EHLO mx2.parallels.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751173AbaKFPWU (ORCPT ); Thu, 6 Nov 2014 10:22:20 -0500 Date: Thu, 6 Nov 2014 18:22:09 +0300 From: Vladimir Davydov To: Christoph Lameter CC: Andrew Morton , Johannes Weiner , Michal Hocko , Pekka Enberg , David Rientjes , Joonsoo Kim , , Subject: Re: [PATCH -mm 8/8] slab: recharge slab pages to the allocating memory cgroup Message-ID: <20141106152209.GF4839@esperanza> References: <20141106091749.GB4839@esperanza> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 06, 2014 at 09:01:52AM -0600, Christoph Lameter wrote: > On Thu, 6 Nov 2014, Vladimir Davydov wrote: > > > I call memcg_kmem_recharge_slab only on alloc path. Free path isn't > > touched. The overhead added is one function call. The function only > > reads and compares two pointers under RCU most of time. This is > > comparable to the overhead introduced by memcg_kmem_get_cache, which is > > called in slab_alloc/slab_alloc_node earlier. > > Right maybe remove those too? Things seem to be accumulating in the hot > path which is bad. There is a slow path where these things can be added > and also a page based even slower path for statistics keeping. > > The approach in SLUB is to do accounting on a slab page basis. Also memory > policies are applied at page granularity not object granularity. > > > Anyways, if you think this is unacceptable, I don't mind dropping the > > whole patch set and thinking more on how to fix this per-memcg caches > > trickery. What do you think? > > Maybe its possible to just use slab page accounting instead of object > accounting? Reduces overhead significantly. There may be some fuzz here > with occasional object accounted in the wrong way (which is similar to how > memory policies and other methods work) but it has been done before and > works ok. Actually, it's not about mis-accounting. The problem is a newly allocated object can pin a charge of a dead cgroup that used the cache before. May be, it wouldn't be a problem though. Anyways, I think I need more time to brood over the whole approach, so I've asked Andrew to drop the patch set. Thank you for the feedback! -- 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/