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:
parent
b710f75a6f
commit
010569846c
1 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue