mm: oom_kill: Do not dump tasks by default
This takes RCU and tasks locks to simply print debugging information, which with certain log levels will not even display. Disable this by default. Change-Id: I952dba176f955239061acc7b178d88fceff8ecdf Signed-off-by: RyuujiX <saputradenny712@gmail.com> Signed-off-by: onettboots <blackcocopet@gmail.com>
This commit is contained in:
parent
0ab2f838a5
commit
35df832f54
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@
|
||||||
|
|
||||||
int sysctl_panic_on_oom;
|
int sysctl_panic_on_oom;
|
||||||
int sysctl_oom_kill_allocating_task;
|
int sysctl_oom_kill_allocating_task;
|
||||||
int sysctl_oom_dump_tasks = 1;
|
int sysctl_oom_dump_tasks;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Serializes oom killer invocations (out_of_memory()) from all contexts to
|
* Serializes oom killer invocations (out_of_memory()) from all contexts to
|
||||||
|
|
Loading…
Reference in a new issue