[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <cover.1755190013.git.pyyjason@gmail.com>
Date: Thu, 14 Aug 2025 10:11:56 -0700
From: Yueyang Pan <pyyjason@...il.com>
To: Suren Baghdasaryan <surenb@...gle.com>,
Kent Overstreet <kent.overstreet@...ux.dev>,
Usama Arif <usamaarif642@...il.com>
Cc: linux-mm@...ck.org,
linux-kernel@...r.kernel.org
Subject: [RFC 0/1] Try to add memory allocation info for cgroup oom kill
Right now in the oom_kill_process if the oom is because of the cgroup
limit, we won't get memory allocation infomation. In some cases, we
can have a large cgroup workload running which dominates the machine.
The reason using cgroup is to leave some resource for system. When this
cgroup is killed, we would also like to have some memory allocation
information for the whole server as well. This is reason behind this
mini change. Is it an acceptable thing to do? Will it be too much
information for people? I am happy with any suggestions!
Yueyang Pan (1):
Add memory allocation info for cgroup oom
mm/oom_kill.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
--
2.47.3
Powered by blists - more mailing lists