Received: by 2002:ac0:bc90:0:0:0:0:0 with SMTP id a16csp161219img; Thu, 21 Mar 2019 16:46:01 -0700 (PDT) X-Google-Smtp-Source: APXvYqwGcwVyPH2U5KXXJcaVnlq8ILCaFLZyG6ElbVrAJBXNn1BTeYmBBwMJR56Bz7F36wsU0XN1 X-Received: by 2002:a17:902:a704:: with SMTP id w4mr6092454plq.251.1553211961809; Thu, 21 Mar 2019 16:46:01 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1553211961; cv=none; d=google.com; s=arc-20160816; b=kTBoICyf5ucwjmIeEhn2NZmZRfuboK8M58hWd1jvMhiZonbiabpU8qGNNj+w83xjyl v53AEgH/wqpKMSTiB6qz5hKmZgFdWMdAgp4btU3mm7dHEnRTyA3UjxOVJQXvj9RtELYi aoIlh0ONChq9gMuNFhUeq51VzxrWaZEop3iA520sA0IrgI5A3KKnecAmHaRAfMrkPSdn K5pxt65sMvMIFpPZsRUu8nkHixrw8oZfHm2HLJbbhYtPUhh68AxHv9jeGZ0R4JUHBg7d cNfGIbxb2K3M+jZwQbayD5G2m2FIs8FyXcXVVlKvn7hUPiBV6UNqXUZ6qwW4NvV5dcPS ZdBA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=MKFe7IYKhv6cF4wrd3cbm+MYUR0s/luXiG4eosMDJlw=; b=nDQ/JOE4BjZYhwHkTwm4QTYNZiug7yow6ydb7Ua1Am6Q8QoiRBNiQ+F6GdMtsa7++R uYpKMZKepy4buR2eEkqj7DLdjNglBRiIVS40zHi8HCNvuX5ruksd3GvFY/km7KPDHOpW 2maKNf+MLUJ1hEe/1/NqQm+RVjfnh26V6NzdVmTj1+1xfJPxNSEXCOKIj5a+Vi8SHUBU D3JR2dHx8TpFxUBWMG+yLp3MP8yGgAsMCLEONCb4D6PseMRvVj3npVqd2YnDBaF4AcVN OBkuh5h+aWjT5L+59lUW/fAZwmH6IqOqXnEC/F/gZBx9wIpcmEvW9fpL3cSVhXTnYQ22 bT6w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id d35si5841408pla.48.2019.03.21.16.45.44; Thu, 21 Mar 2019 16:46:01 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727099AbfCUXo4 (ORCPT + 99 others); Thu, 21 Mar 2019 19:44:56 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:33312 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726374AbfCUXo4 (ORCPT ); Thu, 21 Mar 2019 19:44:56 -0400 Received: from localhost.localdomain (c-73-223-200-170.hsd1.ca.comcast.net [73.223.200.170]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 529FCE7A; Thu, 21 Mar 2019 23:44:54 +0000 (UTC) Date: Thu, 21 Mar 2019 16:44:53 -0700 From: Andrew Morton To: Greg Thelen Cc: Johannes Weiner , Michal Hocko , Vladimir Davydov , Tejun Heo , linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] writeback: sum memcg dirty counters as needed Message-Id: <20190321164453.46143c8bf2dd8bfd0f91d71c@linux-foundation.org> In-Reply-To: <20190307165632.35810-1-gthelen@google.com> References: <20190307165632.35810-1-gthelen@google.com> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.31; 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 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 7 Mar 2019 08:56:32 -0800 Greg Thelen wrote: > Since commit a983b5ebee57 ("mm: memcontrol: fix excessive complexity in > memory.stat reporting") memcg dirty and writeback counters are managed > as: > 1) per-memcg per-cpu values in range of [-32..32] > 2) per-memcg atomic counter > When a per-cpu counter cannot fit in [-32..32] it's flushed to the > atomic. Stat readers only check the atomic. > Thus readers such as balance_dirty_pages() may see a nontrivial error > margin: 32 pages per cpu. > Assuming 100 cpus: > 4k x86 page_size: 13 MiB error per memcg > 64k ppc page_size: 200 MiB error per memcg > Considering that dirty+writeback are used together for some decisions > the errors double. > > This inaccuracy can lead to undeserved oom kills. One nasty case is > when all per-cpu counters hold positive values offsetting an atomic > negative value (i.e. per_cpu[*]=32, atomic=n_cpu*-32). > balance_dirty_pages() only consults the atomic and does not consider > throttling the next n_cpu*32 dirty pages. If the file_lru is in the > 13..200 MiB range then there's absolutely no dirty throttling, which > burdens vmscan with only dirty+writeback pages thus resorting to oom > kill. > > It could be argued that tiny containers are not supported, but it's more > subtle. It's the amount the space available for file lru that matters. > If a container has memory.max-200MiB of non reclaimable memory, then it > will also suffer such oom kills on a 100 cpu machine. > > ... > > Make balance_dirty_pages() and wb_over_bg_thresh() work harder to > collect exact per memcg counters when a memcg is close to the > throttling/writeback threshold. This avoids the aforementioned oom > kills. > > This does not affect the overhead of memory.stat, which still reads the > single atomic counter. > > Why not use percpu_counter? memcg already handles cpus going offline, > so no need for that overhead from percpu_counter. And the > percpu_counter spinlocks are more heavyweight than is required. > > It probably also makes sense to include exact dirty and writeback > counters in memcg oom reports. But that is saved for later. Nice changelog, thanks. > Signed-off-by: Greg Thelen Did you consider cc:stable for this? We may as well - the stablebots backport everything which might look slightly like a fix anyway :( > --- a/include/linux/memcontrol.h > +++ b/include/linux/memcontrol.h > @@ -573,6 +573,22 @@ static inline unsigned long memcg_page_state(struct mem_cgroup *memcg, > return x; > } > > +/* idx can be of type enum memcg_stat_item or node_stat_item */ > +static inline unsigned long > +memcg_exact_page_state(struct mem_cgroup *memcg, int idx) > +{ > + long x = atomic_long_read(&memcg->stat[idx]); > +#ifdef CONFIG_SMP > + int cpu; > + > + for_each_online_cpu(cpu) > + x += per_cpu_ptr(memcg->stat_cpu, cpu)->count[idx]; > + if (x < 0) > + x = 0; > +#endif > + return x; > +} This looks awfully heavyweight for an inline function. Why not make it a regular function and avoid the bloat and i-cache consumption? Also, did you instead consider making this spill the percpu counters into memcg->stat[idx]? That might be more useful for potential future callers. It would become a little more expensive though.