am e207ffe0: Merge "Fix issue #18683980: questions on LMK memory changes" into lmp-mr1-dev

* commit 'e207ffe01d3e9185f2cac9501354a5236abcedad':
  Fix issue #18683980: questions on LMK memory changes
This commit is contained in:
Dianne Hackborn
2014-12-10 21:59:39 +00:00
committed by Android Git Automerger

View File

@@ -238,7 +238,7 @@ final class ProcessList {
if (Build.SUPPORTED_64_BIT_ABIS.length > 0) { if (Build.SUPPORTED_64_BIT_ABIS.length > 0) {
// Increase the high min-free levels for cached processes for 64-bit // Increase the high min-free levels for cached processes for 64-bit
mOomMinFreeHigh[4] = (mOomMinFreeHigh[4]*3)/2; mOomMinFreeHigh[4] = (mOomMinFreeHigh[4]*3)/2;
mOomMinFreeHigh[5] = (mOomMinFreeHigh[5]*7)/8; mOomMinFreeHigh[5] = (mOomMinFreeHigh[5]*7)/4;
} }
for (int i=0; i<mOomAdj.length; i++) { for (int i=0; i<mOomAdj.length; i++) {