summaryrefslogtreecommitdiff
path: root/libs/androidfw/ApkAssets.cpp
diff options
context:
space:
mode:
author Lee Shombert <shombert@google.com> 2022-07-06 07:58:25 -0700
committer Lee Shombert <shombert@google.com> 2022-07-29 17:09:49 -0700
commit28f3934a2575a4be8f6ece1e113b99958a5ced20 (patch)
tree165f9b6f043c9799f693351ef89ceeadb133b072 /libs/androidfw/ApkAssets.cpp
parentae0042d77a0749bf9ecb32f4eea76145fac9c989 (diff)
Increase the size of selected binder caches
Bug: 237309566 The maximum size of selected binder caches is increased to avoid overflow. The overflow was found in a partner bug report. The maximum size does not affect memory consumption until the cache hits the limit, so caches that were not overflowing before will not see increased memory consumption. Also, the caches that are affected by this change are either static (one per process) or exist in just a few intances per process, so the total memory impact is small. Note that most of the overflows occurred in vendor processes. Test: atest * android.app.ApplicationPackageManagerTest * com.android.server.pm.PackageManagerTests * com.android.server.pm.PackageManagerServiceTest * com.android.server.compat.PlatformCompatTest * com.android.server.compat.CompatConfigTest * android.app.compat.CompatChangesTest * PlatformCompatGating Change-Id: I7f60ad9008bf894d6cb967ce1a54ab33af650efc
Diffstat (limited to 'libs/androidfw/ApkAssets.cpp')
0 files changed, 0 insertions, 0 deletions