android/app-bundle-samples

AAssetManager cannot handle a pack nearly 2GB on 32 bit device

Opened this issue · 0 comments

Hello,

For the install-time method, I have an issue with AAssetMangaer if the asset nearly to 2GB. Device has throw the exception

09-28 17:39:11.868 11327 11467 E filemap : mmap(0,441527557) failed: Out of memory
09-28 17:39:11.868 11327 11467 W asset : create map from entry failed

than the app crash because it cannot read the data.

Do you have any suggestion for it?

Thanks,