-
Notifications
You must be signed in to change notification settings - Fork 282
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 Growing Issue #24
Comments
Memory growing could be numerous things. However it's expected to lower when GC is called. Could you share a heap dump so I can analyze what's causing the memory clog? |
you cannot reproduce? |
Just checked with the example project. The memory is growing but if you force GC it will come back to normal |
i try it on emulator. Sometimes after GC, the UI is freeze. |
The UI is supposed to freeze on a GC call since it runs on the UI thread. I think you should try it on a real device instead. Emulators are not good examples to test performance |
just install sample project. Run on an emulator. Open Memory Monitor. Scroll up and down with several times. Memory is growing. Sometimes GC start, but cannot release more memory. Always call GC.
Any idea on this issue?
Thanks
The text was updated successfully, but these errors were encountered: