Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OOM issue in some devices, with Recyclerview load #17

Open
najam-amfnrh9 opened this issue Sep 11, 2023 · 1 comment
Open

OOM issue in some devices, with Recyclerview load #17

najam-amfnrh9 opened this issue Sep 11, 2023 · 1 comment

Comments

@najam-amfnrh9
Copy link

I've to load multiple APNG in Recyclerview, but its generating OOM in certain devices,
could you update to get crash free results in recycler view,
I also tried Glide-Apng that throws following exception
E/FrameAnimationDrawable: onRender:Buffer not large enough for pixels
with no animation play, but crash free.

@oupson
Copy link
Owner

oupson commented Sep 13, 2023

You have run out of memory. Don't try to load apng on a recycler view, as it use a lot of memory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants