Skip to content

Commit

Permalink
smdk4412-common: Optimize ActivityManager cached apps
Browse files Browse the repository at this point in the history
CUR_MAX_CACHED_PROCESSES=32
CUR_MAX_EMPTY_PROCESSES=8
CUR_TRIM_EMPTY_PROCESSES=4
CUR_TRIM_CACHED_PROCESSES=32

Change-Id: Ibfd9d1481d9bc867f3525f0c80409f72b3abc530
  • Loading branch information
rINanDO authored and ChronoMonochrome committed Jun 18, 2019
1 parent 3275d36 commit 24bc629
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions common.mk
Expand Up @@ -158,11 +158,11 @@ PRODUCT_COPY_FILES += \

# Memory Optimizations
PRODUCT_PROPERTY_OVERRIDES += \
ro.vendor.qti.sys.fw.bg_apps_limit=10 \
ro.vendor.qti.am.reschedule_service=true \
ro.vendor.qti.sys.fw.bservice_enable=true \
ro.vendor.qti.sys.fw.bservice_age=5000 \
ro.vendor.qti.sys.fw.bservice_limit=10
ro.vendor.qti.sys.fw.use_trim_settings=true \
ro.vendor.qti.sys.fw.trim_empty_percent=50 \
ro.vendor.qti.sys.fw.trim_cache_percent=100 \
ro.vendor.qti.sys.fw.empty_app_percent=2

PRODUCT_PACKAGES += \
SamsungDoze
Expand Down

0 comments on commit 24bc629

Please sign in to comment.