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

Memory Growing Issue #24

Open
KingWu opened this issue Aug 5, 2015 · 5 comments
Open

Memory Growing Issue #24

KingWu opened this issue Aug 5, 2015 · 5 comments

Comments

@KingWu
Copy link

KingWu commented Aug 5, 2015

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

@kanytu
Copy link
Owner

kanytu commented Aug 5, 2015

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?

@KingWu
Copy link
Author

KingWu commented Aug 5, 2015

you cannot reproduce?

@kanytu
Copy link
Owner

kanytu commented Aug 5, 2015

Just checked with the example project. The memory is growing but if you force GC it will come back to normal

@KingWu
Copy link
Author

KingWu commented Aug 5, 2015

i try it on emulator. Sometimes after GC, the UI is freeze.

@kanytu
Copy link
Owner

kanytu commented Aug 5, 2015

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

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