Tweaks For Better Ram Management
Signed-off-by: ronaxdevil <pratabidya.007@gmail.com>
This commit is contained in:
@@ -375,3 +375,19 @@ persist.radio.data_lte_sys_ind=1
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
spectrum.support=1 \
|
||||
persist.spectrum.kernel=MAYHEM
|
||||
|
||||
# Create Swap disk, if below sys-prop enabled & also if device has lower (< 1 GB) RAM
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.config.swap=true
|
||||
|
||||
# Properties
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.config.fha_enable=true \
|
||||
ro.sys.fw.bg_apps_limit=32 \
|
||||
ro.config.dha_cached_max=16 \
|
||||
ro.config.dha_empty_max=42 \
|
||||
ro.config.dha_empty_init=32 \
|
||||
ro.config.dha_lmk_scale=0.545 \
|
||||
ro.config.dha_th_rate=2.3 \
|
||||
ro.config.sdha_apps_bg_max=64 \
|
||||
ro.config.sdha_apps_bg_min=8
|
||||
|
||||
Reference in New Issue
Block a user