am f33d9db4: am b1477d11: Merge "[DO NOT MERGE] Increase min free levels for cached processes on 64bit" into lmp-dev
* commit 'f33d9db43a30299e2dfd3585c0964af953766a09': [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.
|
// 1280x800 or larger screen with around 1GB RAM. Values are in KB.
|
||||||
private final int[] mOomMinFreeHigh = new int[] {
|
private final int[] mOomMinFreeHigh = new int[] {
|
||||||
73728, 92160, 110592,
|
73728, 92160, 110592,
|
||||||
129024, 147456, 184320
|
129024, 225000, 325000
|
||||||
};
|
};
|
||||||
// The actual OOM killer memory levels we are using.
|
// The actual OOM killer memory levels we are using.
|
||||||
private final int[] mOomMinFree = new int[mOomAdj.length];
|
private final int[] mOomMinFree = new int[mOomAdj.length];
|
||||||
|
|||||||
Reference in New Issue
Block a user