-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Crash due to memory issue iOS & Android #421
Comments
Hi @marf My previous PR was only for iOS, I don't know if there is memory leaks on Android, and if there is I don't know what cause them neither. Can I ask you to try to see if my new PR #433 at least fix the memory leak on iOS for you ? I remember you said you couldn't compile #371 before, and I found out that there is a bug with npm & yarn. I put instruction about how to try my PR in the comment. Please try it out and let me know. |
I think I'm still getting crashes due to memory? The crashes are very few and these devices have less than 5% memory left on device.
|
This isn't related to memory leak error. Most likely what you said here #433 (comment) |
any news about this? |
is there any news |
Hi guys, I've recently started using this library and for IOS I don't have any issues yet... but on Android, even with new phones like Samsung S20 or S21 I have problems with memory leaks and I don't know if someone figured out how to solve this problem or if the library said it's gonna make something about this problem. I also have to mention that the page where the problem happens is a big component that has many requests in and out and for sure this may also add to this problem I think, but still, I hope someone can help me with this problem because is fast image load and the cache is nice to have where you display a lot of images and need speed. Thanks!. |
Hello,
I am heavily using Fast Image in my app since I have large lists (with 300+ elements) to render with an image on the every item.
I have noticed that on old devices for example iPhone 6, 5s etc. and a lot of Android phones the app crashes and in Xcode (for iPhones) the crash reported: Memory issue
If I remove fast image and use normal Image component the crash dissapear.
What should I do?
Is this due to a memory leak?
I have tried to follow this #371 which reports how to fix memory leaks but it does not work.
What should I do?
Best regards,
Marco
The text was updated successfully, but these errors were encountered: