summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Northrop <cnorthrop@google.com>2023-07-12 12:42:31 -0600
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-15 07:00:16 +0000
commitc6b5b5990a4edb6a6dc55fea851acb114c57bb26 (patch)
treea6cabba63b612bb22affe3cac05a035a72be2fdd
parent634b93c65824dbf84c17772d320583617f350e46 (diff)
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
-rw-r--r--device.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/device.mk b/device.mk
index 0ab5fc64..1a4e2afd 100644
--- a/device.mk
+++ b/device.mk
@@ -245,7 +245,7 @@ endif
# Configure EGL blobcache
PRODUCT_VENDOR_PROPERTIES += \
ro.egl.blobcache.multifile=true \
- ro.egl.blobcache.multifile_limit=134217728 \
+ ro.egl.blobcache.multifile_limit=33554432 \
PRODUCT_VENDOR_PROPERTIES += \
ro.opengles.version=196610 \