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-my_osm.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 (1023, 1023)
am i doing the right thing, and is there any way to see whether it is progressing or just stuck?