From: Michal Hocko <mhocko@suse.com>
To: chengkaitao <chengkaitao@didiglobal.com>
Cc: tj@kernel.org, lizefan.x@bytedance.com, hannes@cmpxchg.org,
corbet@lwn.net, roman.gushchin@linux.dev, shakeelb@google.com,
akpm@linux-foundation.org, brauner@kernel.org,
muchun.song@linux.dev, viro@zeniv.linux.org.uk,
zhengqi.arch@bytedance.com, ebiederm@xmission.com,
Liam.Howlett@oracle.com, chengzhihao1@huawei.com,
pilgrimtao@gmail.com, haolee.swjtu@gmail.com, yuzhao@google.com,
willy@infradead.org, vasily.averin@linux.dev, vbabka@suse.cz,
surenb@google.com, sfr@canb.auug.org.au, mcgrof@kernel.org,
sujiaxun@uniontech.com, feng.tang@intel.com,
cgroups@vger.kernel.org, linux-doc@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org,
linux-mm@kvack.org
Subject: Re: [PATCH v3 0/2] memcontrol: support cgroup level OOM protection
Date: Sun, 7 May 2023 12:11:58 +0200 [thread overview]
Message-ID: <ZFd5bpfYc3nPEVie@dhcp22.suse.cz> (raw)
In-Reply-To: <20230506114948.6862-1-chengkaitao@didiglobal.com>
On Sat 06-05-23 19:49:46, chengkaitao wrote:
> Establish a new OOM score algorithm, supports the cgroup level OOM
> protection mechanism. When an global/memcg oom event occurs, we treat
> all processes in the cgroup as a whole, and OOM killers need to select
> the process to kill based on the protection quota of the cgroup
Although your patch 1 briefly touches on some advantages of this
interface there is a lack of actual usecase. Arguing that oom_score_adj
is hard because it needs a parent process is rather weak to be honest.
It is just trivial to create a thin wrapper, use systemd to launch
important services or simply update the value after the fact. Now
oom_score_adj has its own downsides of course (most notably a
granularity and a lack of group protection.
That being said, make sure you describe your usecase more thoroughly.
Please also make sure you describe the intended heuristic of the knob.
It is not really clear from the description how this fits hierarchical
behavior of cgroups. I would be especially interested in the semantics
of non-leaf memcgs protection as they do not have any actual processes
to protect.
Also there have been concerns mentioned in v2 discussion and it would be
really appreciated to summarize how you have dealt with them.
Please also note that many people are going to be slow in responding
this week because of LSFMM conference
(https://events.linuxfoundation.org/lsfmm/)
--
Michal Hocko
SUSE Labs
next prev parent reply other threads:[~2023-05-07 10:12 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-06 11:49 [PATCH v3 0/2] memcontrol: support cgroup level OOM protection chengkaitao
2023-05-06 11:49 ` [PATCH v3 1/2] mm: memcontrol: protect the memory in cgroup from being oom killed chengkaitao
2023-05-06 14:27 ` kernel test robot
2023-05-06 11:49 ` [PATCH v3 2/2] memcg: add oom_kill_inherit event indicator chengkaitao
2023-05-07 10:11 ` Michal Hocko [this message]
2023-05-08 9:08 ` [PATCH v3 0/2] memcontrol: support cgroup level OOM protection 程垲涛 Chengkaitao Cheng
2023-05-08 14:18 ` Michal Hocko
2023-05-09 6:50 ` 程垲涛 Chengkaitao Cheng
2023-05-22 13:03 ` Michal Hocko
2023-05-25 7:35 ` 程垲涛 Chengkaitao Cheng
2023-05-29 14:02 ` Michal Hocko
2023-06-04 8:05 ` 程垲涛 Chengkaitao Cheng
2023-06-13 8:16 ` Michal Hocko
2023-06-04 8:25 ` Yosry Ahmed
2023-06-13 8:27 ` Michal Hocko
2023-06-13 8:36 ` Yosry Ahmed
2023-06-13 12:06 ` Michal Hocko
2023-06-13 20:24 ` Yosry Ahmed
2023-06-15 10:39 ` Michal Hocko
2023-06-16 1:44 ` Yosry Ahmed
2023-06-13 8:40 ` tj
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ZFd5bpfYc3nPEVie@dhcp22.suse.cz \
--to=mhocko@suse.com \
--cc=Liam.Howlett@oracle.com \
--cc=akpm@linux-foundation.org \
--cc=brauner@kernel.org \
--cc=cgroups@vger.kernel.org \
--cc=chengkaitao@didiglobal.com \
--cc=chengzhihao1@huawei.com \
--cc=corbet@lwn.net \
--cc=ebiederm@xmission.com \
--cc=feng.tang@intel.com \
--cc=hannes@cmpxchg.org \
--cc=haolee.swjtu@gmail.com \
--cc=linux-doc@vger.kernel.org \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=lizefan.x@bytedance.com \
--cc=mcgrof@kernel.org \
--cc=muchun.song@linux.dev \
--cc=pilgrimtao@gmail.com \
--cc=roman.gushchin@linux.dev \
--cc=sfr@canb.auug.org.au \
--cc=shakeelb@google.com \
--cc=sujiaxun@uniontech.com \
--cc=surenb@google.com \
--cc=tj@kernel.org \
--cc=vasily.averin@linux.dev \
--cc=vbabka@suse.cz \
--cc=viro@zeniv.linux.org.uk \
--cc=willy@infradead.org \
--cc=yuzhao@google.com \
--cc=zhengqi.arch@bytedance.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).