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

App hangs if geotrip is big and use it many hours in row #59

Open
sookoll opened this issue Jan 14, 2019 · 0 comments
Open

App hangs if geotrip is big and use it many hours in row #59

sookoll opened this issue Jan 14, 2019 · 0 comments
Labels
Milestone

Comments

@sookoll
Copy link
Owner

sookoll commented Jan 14, 2019

It seems to use a lot of memory.
Things to consider:
ol tile cache size?
some memory leak?

Refactor layers-features-geotrip storage:
Try to put everything into indexedDB and do not hold all in memory.

layers/base: [id1, id2, id3]
layers/layers: [id4, id5]
map/layers/id1
map/layers/id2
map/layers/id5
map/layers/id5/features: [id1, id2]
map/features/id1
map/features/id2
geocache/trip: []

@sookoll sookoll added the bug label Jan 14, 2019
@sookoll sookoll added this to the v2.0.0 milestone May 6, 2020
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

1 participant