aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosme Domínguez Díaz <cosme.ddiaz@gmail.com>2018-04-23 23:55:53 +0200
committerCosme Domínguez Díaz <cosme.ddiaz@gmail.com>2018-04-23 23:56:10 +0200
commit009bf0ce38737ccbef0c838344da35fd32bca95c (patch)
treedf6880f57fb453ca08e7e3b4b478b78a6482c599
parent341909cd742ba065a7c8a62925ab0e18c5a7cd20 (diff)
msm8996-common: Use stock values for config_extraFreeKbytesAbsolute
and config_lowMemoryKillerMinFreeKbytesAbsolute.
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml18
1 files changed, 0 insertions, 18 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 77d5487..81e917b 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -345,24 +345,6 @@
<item>"/system/framework/arm64/boot-core-libart.vdex"</item>
</string-array>
- <!-- 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">409600</integer>
-
- <!-- Device configuration setting the /proc/sys/vm/extra_free_kbytes tunable in the kernel
- (if it exists). A high value will increase the amount of memory that the kernel
- tries to keep free, reducing allocation time and causing the lowmemorykiller to kill
- earlier. A low value allows more memory to be used by processes but may cause more
- allocations to block waiting on disk I/O or lowmemorykiller. Overrides the default
- value chosen by ActivityManager based on screen size. 0 prevents keeping any extra
- memory over what the kernel keeps by default. -1 keeps the default. -->
- <integer name="config_extraFreeKbytesAbsolute">40960</integer>
-
<!-- Should the pinner service pin the Camera application? -->
<bool name="config_pinnerCameraApp">true</bool>