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:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user