move common MM settings to gs common folder
Bug: 332916849 Bug: 309409009 Test: boot Change-Id: If5515f107b4fb2490d83c2d48c78727bd6f2e51f Signed-off-by: Martin Liu <liumartin@google.com>
This commit is contained in:
parent
76bcb83719
commit
2c344ad3fa
2 changed files with 3 additions and 6 deletions
|
@ -106,12 +106,6 @@ on init
|
|||
write /sys/block/zram0/comp_algorithm lz77eh
|
||||
write /proc/sys/vm/page-cluster 0
|
||||
|
||||
# adjust PCP high level
|
||||
write /proc/sys/vm/percpu_pagelist_high_fraction 430
|
||||
|
||||
# disable proactive compaction
|
||||
write /proc/sys/vm/compaction_proactiveness 0
|
||||
|
||||
# Some user code relies on ro.boot.hardware.revision
|
||||
setprop ro.boot.hardware.revision ${ro.revision}
|
||||
|
||||
|
|
|
@ -74,6 +74,9 @@
|
|||
<!-- If this is true, the screen will come on when you unplug usb/power/whatever. -->
|
||||
<bool name="config_unplugTurnsOnScreen">true</bool>
|
||||
|
||||
|
||||
<bool name="config_use_tiered_cached_adj">false</bool>
|
||||
|
||||
<!-- If device supports pickup/lift gesture -->
|
||||
<bool name="config_dozePulsePickup">true</bool>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue