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

Out of memory error when you load too many maps #74

Open
sheend opened this issue Mar 6, 2016 · 1 comment
Open

Out of memory error when you load too many maps #74

sheend opened this issue Mar 6, 2016 · 1 comment
Assignees
Labels

Comments

@sheend
Copy link
Owner

sheend commented Mar 6, 2016

If you click on enough events that have valid maps, the app will eventually run out of memory. Have to figure out a way to either cache or do something else to fix it.

@sheend sheend added the bug label Mar 6, 2016
@sheend sheend self-assigned this Mar 6, 2016
@sheend
Copy link
Owner Author

sheend commented Mar 9, 2016

Apparently this is a known Android error because it desperately tries to cache every single image. Tried doing some research on how to fix it, and tried a few methods that didn't work. Hopefully, we can fix it at some point in the future.

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

No branches or pull requests

2 participants
@sheend and others