Reduce swap_free_low_percentage for Tokay.
The default for swap_free_low_percentage is 10, and this CL reduces it to 7 to compenstate for AiCore carveout (4GB on 12GB device). Test: flash and check ro.lmk.swap_free_low_percentage property Flag: NONE overriding system property Bug: 353531482 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:b917ad256b09fb44a75f6aef269adb1e265c3f2b) Merged-In: I57e320010758be3b2ae6b3cd89c384394147f62a Change-Id: I57e320010758be3b2ae6b3cd89c384394147f62a
This commit is contained in:
parent
3c058e6501
commit
4a259ac6bb
1 changed files with 4 additions and 0 deletions
|
@ -406,3 +406,7 @@ PRODUCT_COPY_FILES += \
|
|||
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
persist.bluetooth.thread_dispatcher.enabled=true
|
||||
|
||||
# Reduce lmkd aggressiveness
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.lmk.swap_free_low_percentage=7
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue