Search code examples
linuxlinux-kernelcgroups

memory.oom_control which version is a part of the Linux kernel?


memory.oom_control is a file in cgroup memory subsystem. Which upgrades increase this file in Linux? Thank you.


Solution

  • oom_control is implemented in mm/memcontrol.c. A search for a function like mem_cgroup_oom_control_read() leads to this patch, which is part of Linux 2.6.35.