Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp2864579imu; Sun, 13 Jan 2019 11:55:31 -0800 (PST) X-Google-Smtp-Source: ALg8bN5LRQDos0FLBdmrxH9+Xi1WTUcom+iapmMCkLwTEiJ0Oldlef4nshgtjc7sSaPMUZAPRPds X-Received: by 2002:a17:902:6113:: with SMTP id t19mr22035665plj.248.1547409331618; Sun, 13 Jan 2019 11:55:31 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1547409331; cv=none; d=google.com; s=arc-20160816; b=fngUcapM095sw1wu5XqP/S1WrKrebIDetLXX9Y/d8T+NpT+f/0U3yQBZDovj0ojeRo +rxjqrWjfHrFOQRb1IXwmDpDReUCVdQRFJy+h1JwN19G2wMR6zhEUDIXzaAhSoz1ux32 YoouNuOXymk5vjhFMYvcV/aNyBxYc6qQ4nHDl98uHmq4pSjt/ls/czMWvfumUVhNbrkz p3pN0ihcXbBRpfZy79iA5xMWqykrYG7qGd+0Ps8KT/3eTNDxwpdohnRfz14KV0fL8kqH xHELEMSIehxZyeutVcwotrAgsjz00dosWUdhsBgMzt0N1fGqQDiy3czwTL6uWGV+3oa/ HDcg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=4xZ6D8lHDdlsC46zVYjavTcg17IN49Qq78yUeeSRd5I=; b=h99sPfmVL6ck61iQTizUV8Wt05umA8FCVC8ipTQA1Tqtan5txETkguXyzN1nOVeoKm +pWzNhc+6l3N2coq2MD8ksYwNVzKszwGHpMSG7F9ldlm9j6+KSasdf4Ufj0swUlaQ4Dr w3HYthqD+IzANMasLR8foY8IX1nfY3y7H5VozraE73gUsx/2P2OippbLhatvhgVSD4z2 ChYA04/NPnhQnbcRnzwkPFAW79OX/CVCC4tkAb9WqIc00wgYefSKnHV/ZCsFowHLBuZ8 qumdLdESeG/MmvH2PkehYE5bWS+gfx8LpZ52Qs/Bgpgyt53WReRa5TwdsSzCOdwlTcjz YWYw== 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id y7si23776439pgq.545.2019.01.13.11.55.15; Sun, 13 Jan 2019 11:55:31 -0800 (PST) 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726528AbfAMTxo (ORCPT + 99 others); Sun, 13 Jan 2019 14:53:44 -0500 Received: from mx2.suse.de ([195.135.220.15]:43858 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726428AbfAMTxo (ORCPT ); Sun, 13 Jan 2019 14:53:44 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id D9618AC3B; Sun, 13 Jan 2019 18:34:03 +0000 (UTC) Date: Sun, 13 Jan 2019 19:34:02 +0100 From: Michal Hocko To: Shakeel Butt Cc: Johannes Weiner , Andrew Morton , Vladimir Davydov , Cgroups , Linux MM , LKML Subject: Re: [PATCH v3] memcg: schedule high reclaim for remote memcgs on high_work Message-ID: <20190113183402.GD1578@dhcp22.suse.cz> References: <20190110174432.82064-1-shakeelb@google.com> <20190111205948.GA4591@cmpxchg.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri 11-01-19 14:54:32, Shakeel Butt wrote: > Hi Johannes, > > On Fri, Jan 11, 2019 at 12:59 PM Johannes Weiner wrote: > > > > Hi Shakeel, > > > > On Thu, Jan 10, 2019 at 09:44:32AM -0800, Shakeel Butt wrote: > > > If a memcg is over high limit, memory reclaim is scheduled to run on > > > return-to-userland. However it is assumed that the memcg is the current > > > process's memcg. With remote memcg charging for kmem or swapping in a > > > page charged to remote memcg, current process can trigger reclaim on > > > remote memcg. So, schduling reclaim on return-to-userland for remote > > > memcgs will ignore the high reclaim altogether. So, record the memcg > > > needing high reclaim and trigger high reclaim for that memcg on > > > return-to-userland. However if the memcg is already recorded for high > > > reclaim and the recorded memcg is not the descendant of the the memcg > > > needing high reclaim, punt the high reclaim to the work queue. > > > > The idea behind remote charging is that the thread allocating the > > memory is not responsible for that memory, but a different cgroup > > is. Why would the same thread then have to work off any high excess > > this could produce in that unrelated group? > > > > Say you have a inotify/dnotify listener that is restricted in its > > memory use - now everybody sending notification events from outside > > that listener's group would get throttled on a cgroup over which it > > has no control. That sounds like a recipe for priority inversions. > > > > It seems to me we should only do reclaim-on-return when current is in > > the ill-behaved cgroup, and punt everything else - interrupts and > > remote charges - to the workqueue. > > This is what v1 of this patch was doing but Michal suggested to do > what this version is doing. Michal's argument was that the current is > already charging and maybe reclaiming a remote memcg then why not do > the high excess reclaim as well. Johannes has a good point about the priority inversion problems which I haven't thought about. > Personally I don't have any strong opinion either way. What I actually > wanted was to punt this high reclaim to some process in that remote > memcg. However I didn't explore much on that direction thinking if > that complexity is worth it. Maybe I should at least explore it, so, > we can compare the solutions. What do you think? My question would be whether we really care all that much. Do we know of workloads which would generate a large high limit excess? -- Michal Hocko SUSE Labs