On Mon 07-06-21 17:31:03, Aaron Tomlin wrote:
At the present time, in the context of memcg OOM, even whenThis is a global oom policy not a memcg specific one so a historical
sysctl_oom_kill_allocating_task is enabled/or set, the "allocating"
task cannot be selected, as a target for the OOM killer.
This patch removes the restriction entirely.
behavior would change. So I do not think we can change that. The policy
can be implemented on the memcg level but this would require a much more
detailed explanation of the usecase and the semantic (e.g. wrt.
hierarchical behavior etc).