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

To optimise the rendering #408

Open
Shadow-shadown opened this issue Jan 8, 2024 · 1 comment
Open

To optimise the rendering #408

Shadow-shadown opened this issue Jan 8, 2024 · 1 comment

Comments

@Shadow-shadown
Copy link

Shadow-shadown commented Jan 8, 2024

I have 128gb ram and 4 core cpu(do I need to increase my cpu core) in which I want to run the tile server for the entire world
So I want to optimise it as much as Possible
I have used the shm-size to be 80gb and also used flat nodes
But when I want to pre render the tiles and store it there is no mod_tiles or renderer in the docker container
So is there any way to pre render and store the tiles or do I have to install extra dependencies

@Evaia
Copy link

Evaia commented Mar 30, 2024

there is a renderer in the docker container, you can enter the docker container with
docker exec -it <containername> bash
and then pre-render whatever layers you want with
render_list -m default -a -z 0 -Z 4 --num-threads=4
replacing 0 with the highest layer and 4 with the lowest layer you want to render.

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