diff options
author | keepcalm444 <keepcalm444@gmail.com> | 2016-01-29 23:56:16 +1100 |
---|---|---|
committer | Simon Shields <keepcalm444@gmail.com> | 2016-01-29 05:17:26 -0800 |
commit | dc7601b1fcf97f847e0316b8cac3d886aefcae14 (patch) | |
tree | b0e2102ee8cce85856fb42aa3531c3e7fbbc36c9 /overlay | |
parent | 5e3bd2316fb1e5f017ba70ae5a0710ed919ed432 (diff) | |
download | device_samsung_i9300-dc7601b1fcf97f847e0316b8cac3d886aefcae14.zip device_samsung_i9300-dc7601b1fcf97f847e0316b8cac3d886aefcae14.tar.gz device_samsung_i9300-dc7601b1fcf97f847e0316b8cac3d886aefcae14.tar.bz2 |
i9300: add lmk config
Change-Id: I8736cb90544f5dc5b28ac2a166e99f85ad2eaf04
Diffstat (limited to 'overlay')
-rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 74d4119..2b8c412 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -313,4 +313,13 @@ 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> |