[Tile-serving] [openstreetmap/mod_tile] render_list multi threading is not working, it seems (Issue #405)

Hummeltech notifications at github.com
Sat Mar 9 18:33:05 UTC 2024


@pkthogit , those warning messages are generally safe to ignore.

For your `renderd.conf`, I recommend you increase `num_threads`, I.E.:
```ini
[renderd]
stats_file=/run/renderd/renderd.stats
socketname=/run/renderd/renderd.sock
num_threads=40
tile_dir=/data/tile_cache/osm
```

Then, restart `renderd`, wait for it to start up and run `render_list` with the `max-load` option:
```
render_list --all --map default --min-zoom 0 --max-zoom 19 --num-threads 40 --max-load 40
```

It is going to take a very long time, but it will hopefully be able to fully utilize your system resources.

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

Message ID: <openstreetmap/mod_tile/issues/405/1986943562 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20240309/0c0300af/attachment.htm>


More information about the Tile-serving mailing list