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

Commit 98b07343 authored by Andres Morales's avatar Andres Morales Committed by Android Git Automerger
Browse files

am 3e5d6aa0: am f33d9db4: am b1477d11: Merge "[DO NOT MERGE] Increase min free...

am 3e5d6aa0: am f33d9db4: am b1477d11: Merge "[DO NOT MERGE] Increase min free levels for cached processes on 64bit" into lmp-dev

* commit '3e5d6aa0':
  [DO NOT MERGE] Increase min free levels for cached processes on 64bit
parents ae61ea93 3e5d6aa0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -177,7 +177,7 @@ final class ProcessList {
    // 1280x800 or larger screen with around 1GB RAM.  Values are in KB.
    private final int[] mOomMinFreeHigh = new int[] {
            73728, 92160, 110592,
            129024, 147456, 184320
            129024, 225000, 325000
    };
    // The actual OOM killer memory levels we are using.
    private final int[] mOomMinFree = new int[mOomAdj.length];