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

mapcache_seed consumes huge amount of RAM in high zoomlevels #327

Open
jendrusk opened this issue Jan 4, 2024 · 0 comments
Open

mapcache_seed consumes huge amount of RAM in high zoomlevels #327

jendrusk opened this issue Jan 4, 2024 · 0 comments

Comments

@jendrusk
Copy link

jendrusk commented Jan 4, 2024

I'm assuming that mapcache_seed is generating a list of tiles to be (in my case) deleted, but on higher zoom levels that list is huge, so 8G RAM is not enough to delete worldwide tiles for zoom 7-14. Can't we use some kind of generator instead of generated list? Also - if we don't use bbox filtering we don't need a full list of tiles to be deleted because we're deleting full scope of zoom levels. In case of examptional sqlite settings with every zoom level in separate file that's nothing more than deleting whole file... IMO we don't need a list of tiles to be deleted (processed) if we know that we have to delete all of them in ZL.

It would be great if someone look into that and try to optimize it.

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

1 participant