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

Bug: 374891496
Change-Id: I4e72883a024d3c70d71605073bd1e44a52af0303
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:25:48 +00:00
parent b710f75a6f
commit 010569846c

View file

@ -283,6 +283,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>
<!-- Enable variable refresh rate when typing. -->
<bool name="config_variableRefreshRateTypingSupported">false</bool>