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

Skip to content
Commit 006d6bb9 authored by Lee Shombert's avatar Lee Shombert
Browse files

Bump the max size of four binder caches

This change increases the maximum size of selected binder caches.
This table lists the module, the API, the old cache size, and the new
cache size.  Note that the new cache size is only needed during
system boot: the steady-state cache size is much smaller.

 * IPackageManager      getPackagesForUid      32    1024
 * IPlatformCompat      isChangeEnabledBy_X    64    2048
 * IPackageManager      getApplicationInfo     32    2048
 * IPackageManager      getPackageInfo         64    2048

The IPlatformCompat cache is a single cache for two different APIs:
isChangeEnabledByPackageName() and isChangeEnabledByUid().

Flag: EXEMPT bug_fix
Bug: 346346313
Test: Boot the phone and observe the number of caches that have
      overflowed.
Change-Id: I8c7e2718b4356826000921618bcc6564ac5dd789
parent 2af3c050
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment