zuma: MCP: Set the vendor customized max cached processes to 1024.

Bug: 374891496
Change-Id: I00f8758197836dedc94755ce60e6f97b2de1190a
Test: adb shell dumpsys activity | grep CUR_MAX_CACHED_PROCESSES
Flag: EXEMPT config XML change
This commit is contained in:
Richard Chang 2024-10-23 04:11:20 +00:00
parent c730cbb2ba
commit 03b2a5a84f

View file

@ -287,6 +287,9 @@
<!-- Enable Zram writeback feature to allow unused pages in zram be written to flash. -->
<bool name="config_zramWriteback">true</bool>
<!-- the number of the max cached processes in the system. -->
<integer name="config_customizedMaxCachedProcesses">1024</integer>
<!-- Boolean indicating if restoring network selection should be skipped -->
<!-- The restoring is handled by modem if it is true -->
<bool translatable="false" name="skip_restoring_network_selection">true</bool>