Merge "lmkd: increase the soft limit for keyboard"
This commit is contained in:
commit
618be4c225
1 changed files with 1 additions and 1 deletions
|
|
@ -559,7 +559,7 @@ static void cmd_procprio(LMKD_CTRL_PACKET packet) {
|
||||||
} else if (params.oomadj >= 300) {
|
} else if (params.oomadj >= 300) {
|
||||||
soft_limit_mult = 1;
|
soft_limit_mult = 1;
|
||||||
} else if (params.oomadj >= 200) {
|
} else if (params.oomadj >= 200) {
|
||||||
soft_limit_mult = 2;
|
soft_limit_mult = 8;
|
||||||
} else if (params.oomadj >= 100) {
|
} else if (params.oomadj >= 100) {
|
||||||
soft_limit_mult = 10;
|
soft_limit_mult = 10;
|
||||||
} else if (params.oomadj >= 0) {
|
} else if (params.oomadj >= 0) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue