Re: [PATCH] mm: memcontrol: fix occasional OOMs due to proportional memory.low reclaim
From: Michal Koutný <mkoutny@suse.com>
Date: 2021-08-24 13:02:02
Also in:
cgroups, lkml
From: Michal Koutný <mkoutny@suse.com>
Date: 2021-08-24 13:02:02
Also in:
cgroups, lkml
On Mon, Aug 23, 2021 at 01:48:43PM -0400, Johannes Weiner [off-list ref] wrote:
Note that this isn't new behavior.
Understood, there may be a difference between: a) a cgroup where the protected reserve was detected (this changed), b) a cgroup where the protected memory is reclaimed.
"The number of times the cgroup's memory.low-protected memory was reclaimed in order to avoid OOM during high memory pressure."
Yes, this is what I meant (i.e. events for the case b) above). Michal