Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp4506114imu; Tue, 15 Jan 2019 00:55:35 -0800 (PST) X-Google-Smtp-Source: ALg8bN7y8NxCjiGsif74P0umjR3/TjWWJvyvMbe/msM5vylzFWtAkgN5gdeT/M1JJC5xSJI+f5r/ X-Received: by 2002:a63:fd0a:: with SMTP id d10mr2890646pgh.164.1547542534947; Tue, 15 Jan 2019 00:55:34 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1547542534; cv=none; d=google.com; s=arc-20160816; b=wIirXYGdaJy+sVYmf8HeknEnOVLjdk43rAzpVAmAX5nLDG0mIYfykpkIVBaAnLvWXA 8I0kS26vy0NlKLZAvcL5lLDiGji4WHOrPJIRxt64lnQdpzL0yfGPdZkeIjid1maU7Uvc REJZdeH/tASkZREzZIfthm/eB7frEQInbcC4eAHa+yM5/7W7xg8npD5WDDLnvaVb0+j/ W6oM1sOuZYVgF9w4NqrMe/tmnAjjX667en7K4i2GIfTnW/tW3t+u6/aRaNga9biPp199 5NEm12MCQsKbzCJh2PEsAmdUGdrguP1u3BOaEmBqjpU59F9/fNwNPqAs6kDYkgtoTg7A 8eBA== 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=C3x6xdMHDHmM9+YmeCvNHR0IxNxzjswHmNl0EcwnLF0=; b=DtbjLPA8YQnT/SCz4+OsbvWGnrmNCP18A2Gwb/pF9d0uHXLNrdFr4QEjqcN0wr+R// 2yaRHqucNQbZDOSdfChnmUAspIXG8e3EE15LROKQ+DfGOKNH0qRcPuB2b8RCJ4pmi85O Qm9Qv8MLvJSAConDmoYVRCiFFkGam5fWoXnpNq/rrfmKLY2ubxU9Cb5DRsllVEFOv7+c tiTSXXuaO6gWd94flzhp5ZaBcwjOFaCIAphVx2vp/IMnKPcP/xbBaijR1PNi7hValA75 TTJYgEOYlml91Rdcvf35YJX0Wkja+ohM/PbuyVoGqgLCZaNNMBsIxKwgT0v/T0gIt4OA u0jQ== 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 h91si2783622pld.411.2019.01.15.00.55.19; Tue, 15 Jan 2019 00:55:34 -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 S1728121AbfAOHZz (ORCPT + 99 others); Tue, 15 Jan 2019 02:25:55 -0500 Received: from mx2.suse.de ([195.135.220.15]:39634 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727273AbfAOHZz (ORCPT ); Tue, 15 Jan 2019 02:25:55 -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 25FDCAC8A; Tue, 15 Jan 2019 07:25:53 +0000 (UTC) Date: Tue, 15 Jan 2019 08:25:51 +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: <20190115072551.GO21345@dhcp22.suse.cz> References: <20190110174432.82064-1-shakeelb@google.com> <20190111205948.GA4591@cmpxchg.org> <20190113183402.GD1578@dhcp22.suse.cz> 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 Mon 14-01-19 12:18:07, Shakeel Butt wrote: > On Sun, Jan 13, 2019 at 10:34 AM Michal Hocko wrote: > > > > 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? > > > > The current semantics of memory.high is that it can be breached under > extreme conditions. However any workload where memory.high is used and > a lot of remote memcg charging happens (inotify/dnotify example given > by Johannes or swapping in tmpfs file or shared memory region) the > memory.high breach will become common. This is exactly what I am asking about. Is this something that can happen easily? Remote charges on themselves should be rare, no? -- Michal Hocko SUSE Labs