[Tile-serving] [openstreetmap/mod_tile] running render_list in container take forever to finish (Issue #462)

Hummeltech notifications at github.com
Wed Jul 24 15:02:19 UTC 2024


It could take quite some time with `2` threads as there are `16384` metatiles (`1048576` tiles) needing to be rendered. You might try increasing `--num-threads` and `--max-load` to your number of CPUs/cores (e.g. `--max-load $(nproc) --num-threads $(nproc)`.) You will likely want to change the `num_threads` setting in your `renderd.conf` file's `[renderd]` section(s) to `-1`.

I also see at least one issue with your command. You need to adjust the `--tile-dir` option in order to match what you have set in your `renderd.conf` file.
```shell
render_list  \
        --all \
        --map polaruang \
        --max-zoom 10 \
        --min-zoom 10 \
        --num-threads 2 \
        --tile-dir /var/lib/mod_tile
```


-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/mod_tile/issues/462#issuecomment-2248245711
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/mod_tile/issues/462/2248245711 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20240724/b088fa4d/attachment.htm>


More information about the Tile-serving mailing list