Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 62e53869 authored by Chiawei Wang's avatar Chiawei Wang
Browse files

Add the customized max cached processes number for R3

Bug: 190531672
Test: make
Test: dumpsys activity | grep CUR_MAX_CACHED_PROCESSES
Change-Id: I4e77ac448fbabf278d447846f665c17b014b9688
parent 917b8a38
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -275,4 +275,7 @@
    <string-array name="config_biometric_sensors" translatable="false" >
        <item>0:2:15</item> <!-- ID0:Fingerprint:Strong -->
    </string-array>

    <!-- the number of the max cached processes in the system. -->
    <integer name="config_customizedMaxCachedProcesses">64</integer>
</resources>