Received: by 2002:a25:ca44:0:0:0:0:0 with SMTP id a65csp1149291ybg; Wed, 29 Jul 2020 07:06:38 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyycebu7eNZ/08CynO8YawfM8OpdwiNkMhJuTvr+UZKGx5EnDW3DKmUFLJprJ937LlyVIJK X-Received: by 2002:a17:906:7fc9:: with SMTP id r9mr12755623ejs.407.1596031597896; Wed, 29 Jul 2020 07:06:37 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1596031597; cv=none; d=google.com; s=arc-20160816; b=ktAUgGDgZ4EOlr8HVKWp1WjemhzfNO/YoF8YWKB5LX4qUpu6EUJe0fUs5CsJl7eixq Jw5xgrgSWYy/KeKGA2+ruQLoaV6uaeyxVFbDRo3b4q/syJ73FFWW8f2wjoZox08g9NlJ jyvhZHQugbGbPp/Yd/DoumlLPJbatSTTO0p6tRyNYLHFfJ+RPgzM+J4NqSZfAh19uzeq HGVfY92lsxvtqiGQnNuLugeyvY+9ckj5fy2MoPBqfTY5J3ydF4Sz/BpLoCHylg0hSFos DJoSHP+XespXhp6fxESS+qXS6INoTAMhjp5LorLRvi7tvKsRmcbp/C2dx61MBp5tsfU9 vYCA== 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:date:subject:cc:to:from; bh=zQHBy0XQlteDZ3DOWTm9MoyivztiT9dMkY+g3hHGA0M=; b=EZzMBM4FyRcquT6E4Nnh2j8v4wFOsNcLIw7uzduxfwYiiIC6BsiCwTnpnaMAXX8HBV YYJ8iJdNEqVwyO4eWJnOMM7SKr4Rm5vSeiHUOMTMdhtkFmYOqaa13TIq2fkCDXiYSp8y s7TU5z+cAmlZneFbQmfk+SS45/1tKoC0CaduCJOX2rI/HDi7a3VLNWiBJ/EUGzYYf1a5 0zOhSZgBxVMLid6JlivTV8UbVKbS7PWRV6gR3nD8wLnGI2UPbn07U2WeSq0yRpicPVz9 JKyyugKGPfIqTQZk7NIS3wQUH+1C2YNor4QX/4iO81OeWllYCOwsK5/lvuArPU3XEms3 1Qew== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id gv12si1136786ejb.430.2020.07.29.07.06.15; Wed, 29 Jul 2020 07:06:37 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727091AbgG2OFx (ORCPT + 99 others); Wed, 29 Jul 2020 10:05:53 -0400 Received: from mx2.suse.de ([195.135.220.15]:33622 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726353AbgG2OFr (ORCPT ); Wed, 29 Jul 2020 10:05:47 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id D8E91AC50; Wed, 29 Jul 2020 14:05:56 +0000 (UTC) From: =?UTF-8?q?Michal=20Koutn=C3=BD?= To: cgroups@vger.kernel.org, linux-doc@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Tejun Heo , Li Zefan , Johannes Weiner , Jonathan Corbet Subject: [PATCH 2/3] docs: cgroup: Note about sibling relative reclaim protection Date: Wed, 29 Jul 2020 16:05:36 +0200 Message-Id: <20200729140537.13345-3-mkoutny@suse.com> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20200729140537.13345-1-mkoutny@suse.com> References: <20200729140537.13345-1-mkoutny@suse.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: Michal Koutný --- Documentation/admin-guide/cgroup-v2.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/admin-guide/cgroup-v2.rst b/Documentation/admin-guide/cgroup-v2.rst index 94bdff4f9e09..47f9f056e66f 100644 --- a/Documentation/admin-guide/cgroup-v2.rst +++ b/Documentation/admin-guide/cgroup-v2.rst @@ -1467,6 +1467,10 @@ targets ancestors of A, the effective protection of B is capped by the protection value configured for A (and any other intermediate ancestors between A and the target). +To express indifference about relative sibling protection, it is suggested to +use memory_recursiveprot. Configuring all descendants of a parent with finite +protection to "max" works but it may unnecessarily skew memory.events:low +field. Memory Ownership ~~~~~~~~~~~~~~~~ -- 2.27.0