Merge "zumapro: 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 26f64c74a7

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>