Merge "zuma: MCP: Set the vendor customized max cached processes to 1024." into main

This commit is contained in:
Richard Chang 2024-10-24 00:50:20 +00:00 committed by Android (Google) Code Review
commit bb0ccb1c08

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>