diff options
author | Simon Shields <keepcalm444@gmail.com> | 2016-02-01 02:56:43 -0800 |
---|---|---|
committer | Simon Shields <keepcalm444@gmail.com> | 2016-02-01 02:56:43 -0800 |
commit | b6a0d03e64f725627828653e071e2b1e8d9b4347 (patch) | |
tree | 73df9925a7215519f1abc85b78af8b742500c3e2 /overlay | |
parent | dc7601b1fcf97f847e0316b8cac3d886aefcae14 (diff) | |
download | device_samsung_i9300-b6a0d03e64f725627828653e071e2b1e8d9b4347.zip device_samsung_i9300-b6a0d03e64f725627828653e071e2b1e8d9b4347.tar.gz device_samsung_i9300-b6a0d03e64f725627828653e071e2b1e8d9b4347.tar.bz2 |
Revert "i9300: add lmk config"
* this did not seem to work as well as I'd hoped.
This reverts commit dc7601b1fcf97f847e0316b8cac3d886aefcae14.
Change-Id: I3041187d8b3aaee46bd09eaa2a9082cf56635b7b
Diffstat (limited to 'overlay')
-rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 2b8c412..74d4119 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -313,13 +313,4 @@ format is UMTS|LTE|... --> <string translatable="false" name="config_radio_access_family">GPRS|EDGE|WCDMA</string> - - <!-- Device configuration setting the minfree tunable in the lowmemorykiller in the kernel. - A high value will cause the lowmemorykiller to fire earlier, keeping more memory - in the file cache and preventing I/O thrashing, but allowing fewer processes to - stay in memory. A low value will keep more processes in memory but may cause - thrashing if set too low. Overrides the default value chosen by ActivityManager - based on screen size and total memory for the largest lowmemorykiller bucket, and - scaled proportionally to the smaller buckets. -1 keeps the default. >--> - <integer name="config_lowMemoryKillerMinFreeKbytesAbsolute">122880</integer> </resources> |