-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Memory issues because of usage of Object.finalize() #1354
Comments
Oh I didn't see you opened an issue already. I just opened another same issue here. |
I noticed a important clue on Fresco site. Memory Which I found on my android 4.3 phone, the memory usage is very low around 20M-30M, no matter how many pictures you browse. So I think the leaks exist on the special region of Android memory, not java. And finalize is not the cause of these problems. |
Closing in favor of #1363 . |
I've reported an issue in react-native, that applies here as well: facebook/react-native#8711
The text was updated successfully, but these errors were encountered: