mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-01-27 18:37:19 +00:00
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 Change-Id: I1b80b8ad427d8a0d2a6d967b98b89d808c549527
This commit is contained in:
@@ -270,7 +270,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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user