am 3eba5ad1
: Merge "Crank up the mOomMinFreeHigh values by 50%." into jb-mr2-dev
* commit '3eba5ad1e24e8aacb4a8ff0f384f02d2c2474325': Crank up the mOomMinFreeHigh values by 50%.
This commit is contained in:
@ -144,8 +144,8 @@ class ProcessList {
|
|||||||
// These are the high-end OOM level limits. This is appropriate for a
|
// These are the high-end OOM level limits. This is appropriate for a
|
||||||
// 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 long[] mOomMinFreeHigh = new long[] {
|
private final long[] mOomMinFreeHigh = new long[] {
|
||||||
32768, 40960, 49152,
|
49152, 61440, 73728,
|
||||||
57344, 65536, 81920
|
86016, 98304, 122880
|
||||||
};
|
};
|
||||||
// The actual OOM killer memory levels we are using.
|
// The actual OOM killer memory levels we are using.
|
||||||
private final long[] mOomMinFree = new long[mOomAdj.length];
|
private final long[] mOomMinFree = new long[mOomAdj.length];
|
||||||
|
Reference in New Issue
Block a user