init: disable watermark_boost feature
In newer kernel, it introduces watermark boost feature to enhance memory fragmentation problems. This feature will dynamically boost/down watermark level which conflicts with LMKD assumption and causing LMKD not to work properly. Disabling this feature first until we address it. Bug: 189938926 Test: check vm parameter. Signed-off-by: Martin Liu <liumartin@google.com> Change-Id: I6db5163f843f1129080bb944df7cbb8c799a58e0
This commit is contained in:
parent
8d7c887b23
commit
9f8b024c72
1 changed files with 1 additions and 0 deletions
|
|
@ -438,6 +438,7 @@ on init
|
|||
# Start logd before any other services run to ensure we capture all of their logs.
|
||||
start logd
|
||||
# Start lmkd before any other services run so that it can register them
|
||||
write /proc/sys/vm/watermark_boost_factor 0
|
||||
chown root system /sys/module/lowmemorykiller/parameters/adj
|
||||
chmod 0664 /sys/module/lowmemorykiller/parameters/adj
|
||||
chown root system /sys/module/lowmemorykiller/parameters/minfree
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue