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

* commit '98b073434d0c55788c3e27887675c795c46c8b9d':
  [DO NOT MERGE] Increase min free levels for cached processes on 64bit
This commit is contained in:
Andres Morales
2014-11-07 00:24:59 +00:00
committed by Android Git Automerger

View File

@@ -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];