Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp7217005imu; Mon, 3 Dec 2018 09:23:20 -0800 (PST) X-Google-Smtp-Source: AFSGD/V1reEv7uSSqNWgaVmL0KsTIWDGws2M9VDcHQ+ZHmO74B67iKryFEboXPdeWG2nMbmsr9qw X-Received: by 2002:a17:902:a60f:: with SMTP id u15mr16062891plq.275.1543857799863; Mon, 03 Dec 2018 09:23:19 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1543857799; cv=none; d=google.com; s=arc-20160816; b=Z9Aiyc1Vp3Zjizfxft0uqCmZV5eFQvkEJYBVETH6AOWpJJdBgEUQGx/sd8fQI0r0MY fWSUV2hfIUd1rKLwv3Ql1YjZVEjwPyBTdk8+4wB6WT2nougZWwsnoEi8NMsVHH0HJz9b ti2qlJmw6h7kbWNKHg3hV/iWdyXf/bGwuywyw27rbPK52c/2s3M/bsGZB8s9BugXGlIv 3929WMByNAUoZ9kGdTxmuQqLKvIRDe5JI5XxcXOvrBU5nHqB9VqMf+RF0j6eGuavTxJx MviunrpZlkfNuSAoD5ppuGy2k71J+dwFXmZDfM5MJ+QeTZSkvCu8JzyThc+spExMDSvt ReVw== 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-transfer-encoding:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=GMeZMzK2lVJM+wq773R82F41Y/jfU+0EN1RXP/As2uw=; b=Yw57zgp4OERgecmZUF2JxV4270bXeNH2jvaT2X9nB0xplvvW6Yod0gdPW0KBn5vUvM 5dp+vtWKdVQ0QiEs+AQakigeeEs6fkbJKjfsMp7RoL8jtgfS5QGOJ/TWZuNzR63PBk/8 pf7zTSr4GA9+r3i+2xt4wTGyrSq7qiD/PjWdAhlXX5uSasuBnlk4deUj7XE9VJCebDCX Bi4nuw3ZQqzU3IUCxLRBtSRLTWEybO5bCHaKAWfGbjYMeSGivFaIVnLJRh6PrxJmjGNn TfD0eqYqg+Uk88qmELCOXpu5x+6tovFB+bdkHQAnSMyFXyd8pJ9PiHpiqYTWCW/HlwM2 YQ5Q== 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 t23si13098884pgi.181.2018.12.03.09.23.04; Mon, 03 Dec 2018 09:23:19 -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 S1726756AbeLCRWK (ORCPT + 99 others); Mon, 3 Dec 2018 12:22:10 -0500 Received: from mx2.suse.de ([195.135.220.15]:34238 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726512AbeLCRWJ (ORCPT ); Mon, 3 Dec 2018 12:22:09 -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 72B41AED5; Mon, 3 Dec 2018 17:22:04 +0000 (UTC) Date: Mon, 3 Dec 2018 18:22:02 +0100 From: Michal Hocko To: Xunlei Pang Cc: Roman Gushchin , Johannes Weiner , linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [PATCH 2/3] mm/vmscan: Enable kswapd to reclaim low-protected memory Message-ID: <20181203172007.GG31738@dhcp22.suse.cz> References: <20181203080119.18989-1-xlpang@linux.alibaba.com> <20181203080119.18989-2-xlpang@linux.alibaba.com> <20181203115646.GP31738@dhcp22.suse.cz> <54a3f0a6-6e7d-c620-97f2-ac567c057bc2@linux.alibaba.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <54a3f0a6-6e7d-c620-97f2-ac567c057bc2@linux.alibaba.com> 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 03-12-18 23:20:31, Xunlei Pang wrote: > On 2018/12/3 下午7:56, Michal Hocko wrote: > > On Mon 03-12-18 16:01:18, Xunlei Pang wrote: > >> There may be cgroup memory overcommitment, it will become > >> even common in the future. > >> > >> Let's enable kswapd to reclaim low-protected memory in case > >> of memory pressure, to mitigate the global direct reclaim > >> pressures which could cause jitters to the response time of > >> lantency-sensitive groups. > > > > Please be more descriptive about the problem you are trying to handle > > here. I haven't actually read the patch but let me emphasise that the > > low limit protection is important isolation tool. And allowing kswapd to > > reclaim protected memcgs is going to break the semantic as it has been > > introduced and designed. > > We have two types of memcgs: online groups(important business) > and offline groups(unimportant business). Online groups are > all configured with MAX low protection, while offline groups > are not at all protected(with default 0 low). > > When offline groups are overcommitted, the global memory pressure > suffers. This will cause the memory allocations from online groups > constantly go to the slow global direct reclaim in order to reclaim > online's page caches, as kswap is not able to reclaim low-protection > memory. low is not hard limit, it's reasonable to be reclaimed by > kswapd if there's no other reclaimable memory. I am sorry I still do not follow. What role do offline cgroups play. Those are certainly not low mem protected because mem_cgroup_css_offline will reset them to 0. -- Michal Hocko SUSE Labs