summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZiyan <jaraidaniel@gmail.com>2016-03-11 01:15:29 +0100
committerZiyan <jaraidaniel@gmail.com>2016-03-11 01:15:29 +0100
commit6fdcc9c8798d3fc3e07860854730d3c935f7a067 (patch)
treefd062992ad4114a4317e24014ed212940e4aee7a
parentc0d8ab2778fe75a0c9a31dc70c24b8d930140f3c (diff)
downloaddevice_samsung_tuna-6fdcc9c8798d3fc3e07860854730d3c935f7a067.zip
device_samsung_tuna-6fdcc9c8798d3fc3e07860854730d3c935f7a067.tar.gz
device_samsung_tuna-6fdcc9c8798d3fc3e07860854730d3c935f7a067.tar.bz2
Revert "tuna: add minfree overlay"
This reverts commit 8df9a76ae978ffde157629c74360b6710ad2cf6d.
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml9
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 8825d9b..4d654eb 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -291,13 +291,4 @@
config to 7. -->
<integer name="config_deviceHardwareWakeKeys">64</integer>
- <!-- 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>