Loading mm/oom_kill.c +3 −0 Original line number Diff line number Diff line Loading @@ -1103,6 +1103,9 @@ void pagefault_out_of_memory(void) .order = 0, }; if (IS_ENABLED(CONFIG_HAVE_LOW_MEMORY_KILLER)) return; if (mem_cgroup_oom_synchronize(true)) return; Loading Loading
mm/oom_kill.c +3 −0 Original line number Diff line number Diff line Loading @@ -1103,6 +1103,9 @@ void pagefault_out_of_memory(void) .order = 0, }; if (IS_ENABLED(CONFIG_HAVE_LOW_MEMORY_KILLER)) return; if (mem_cgroup_oom_synchronize(true)) return; Loading