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

Muhammad Edwin notifications at github.com
Wed Jul 24 02:22:26 UTC 2024


Hi team,
im using fedora base image to run osm tiles on top of Kubernetes

```
https://github.com/openstreetmap/mod_tile/blob/master/docker/fedora/Dockerfile
```

and trying to generate some cache

```
render_list  -a -z 10 -Z 10 --num-threads=2 -m polaruang
```

with below `renderd.conf`
```
[polaruang]
URI=/osm_polaruang/
TILEDIR=/var/lib/mod_tile
XML=/home/openstreetmap-carto/style-osm_atrbpn.xml
HOST=localhost
TILESIZE=256
MINZOOM=0
MAXZOOM=20
```

process is started but somehow is not progressing at all for several hours
```
Rendering all tiles for zoom 10 from (0, 0) to (128, 128)
``` 

am i doing the right thing, and is there any way to see whether it is progressing or just stuck?

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

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


More information about the Tile-serving mailing list