summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Chang <richardycc@google.com>2023-05-15 03:09:36 +0000
committerRichard Chang <richardycc@google.com>2023-05-15 03:09:36 +0000
commit28ed69c2312a7b3113fd5e09a6667c0ce1aaf6e2 (patch)
tree51dd8cb0b394d9b999eb951006284263e2d85b70
parente4e18b8b3245caaba7e9add5b2d4bc4f603a5306 (diff)
downloadsunfish-28ed69c2312a7b3113fd5e09a6667c0ce1aaf6e2.tar.gz
sunfish: remove customizedMaxCachedProcesses
With project Snowbird in U, the MaxCachedProcesses is 1024 by default Bug: 278086134 Test: Build Change-Id: I9025405aba297d4fb8880a9a75a3aeee0c779725
-rwxr-xr-xsunfish/overlay/frameworks/base/core/res/res/values/config.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/sunfish/overlay/frameworks/base/core/res/res/values/config.xml b/sunfish/overlay/frameworks/base/core/res/res/values/config.xml
index 68400b5b..51b9234f 100755
--- a/sunfish/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/sunfish/overlay/frameworks/base/core/res/res/values/config.xml
@@ -210,9 +210,6 @@
<dimen name="status_bar_height_portrait">136px</dimen>
<dimen name="status_bar_height_landscape">28dp</dimen>
- <!-- the number of the max cached processes in the system. -->
- <integer name="config_customizedMaxCachedProcesses">64</integer>
-
<!-- A string config in svg path format for the main display shape.
(@see https://www.w3.org/TR/SVG/paths.html#PathData).