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 Change-Id: I57e320010758be3b2ae6b3cd89c384394147f62a
This commit is contained in:
parent
00234f7083
commit
c6fba349eb
1 changed files with 4 additions and 0 deletions
|
@ -428,3 +428,7 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
|||
# Set support for LEA multicodec
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
bluetooth.core.le_audio.codec_extension_aidl.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