sm7250-common:overlay: Allow more cached apps in the background

Signed-off-by: Sandeep-FED <sandymankara11@gmail.com>
This commit is contained in:
Sandeep-FED
2022-05-31 11:01:54 -05:00
committed by Sandeep P S
parent 1f0ced70f0
commit b8ea694219

View File

@@ -378,4 +378,9 @@
<!-- the number of the max cached processes in the system. -->
<integer name="config_customizedMaxCachedProcesses">64</integer>
<string-array name="configs_base">
<!-- ART heap compaction for cached apps -->
<item>activity_manager/use_compaction=true</item>
</string-array>
</resources>