Loading mm/oom_kill.c +4 −0 Original line number Diff line number Diff line Loading @@ -1223,6 +1223,10 @@ void pagefault_out_of_memory(void) .order = 0, }; if (IS_ENABLED(CONFIG_HAVE_LOW_MEMORY_KILLER) || IS_ENABLED(CONFIG_HAVE_USERSPACE_LOW_MEMORY_KILLER)) return; if (mem_cgroup_oom_synchronize(true)) return; Loading Loading
mm/oom_kill.c +4 −0 Original line number Diff line number Diff line Loading @@ -1223,6 +1223,10 @@ void pagefault_out_of_memory(void) .order = 0, }; if (IS_ENABLED(CONFIG_HAVE_LOW_MEMORY_KILLER) || IS_ENABLED(CONFIG_HAVE_USERSPACE_LOW_MEMORY_KILLER)) return; if (mem_cgroup_oom_synchronize(true)) return; Loading