Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a09f0586 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "mm: oom: enable the sysctl_reap_mem_on_sigkill by default"

parents 827031f9 4c8305d3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ int sysctl_panic_on_oom =
IS_ENABLED(CONFIG_DEBUG_PANIC_ON_OOM) ? 2 : 0;
int sysctl_oom_kill_allocating_task;
int sysctl_oom_dump_tasks = 1;
int sysctl_reap_mem_on_sigkill;
int sysctl_reap_mem_on_sigkill = 1;

/*
 * Serializes oom killer invocations (out_of_memory()) from all contexts to