EGL: Reduce multifile blobcache limit to 32MB

Loading the larger limit is taking too long in the field for
apps that are filling the cache.

Test: Ran app until it exceeded cache, watched it reset to 50%
Bug: 290249239
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:7b13bc6d5e96b001abf648a3b28d27779874575d)
Merged-In: Ib4ec351fd5f2d59d161578440e8c0d36f8b68a6f
Change-Id: Ib4ec351fd5f2d59d161578440e8c0d36f8b68a6f
This commit is contained in:
Cody Northrop 2023-07-12 12:42:31 -06:00 committed by Android Build Coastguard Worker
parent 634b93c658
commit c6b5b5990a

View file

@ -245,7 +245,7 @@ endif
# Configure EGL blobcache # Configure EGL blobcache
PRODUCT_VENDOR_PROPERTIES += \ PRODUCT_VENDOR_PROPERTIES += \
ro.egl.blobcache.multifile=true \ ro.egl.blobcache.multifile=true \
ro.egl.blobcache.multifile_limit=134217728 \ ro.egl.blobcache.multifile_limit=33554432 \
PRODUCT_VENDOR_PROPERTIES += \ PRODUCT_VENDOR_PROPERTIES += \
ro.opengles.version=196610 \ ro.opengles.version=196610 \