[Tile-serving] [openstreetmap/mod_tile] render_list just sitting idle (Issue #426)
miqueet
notifications at github.com
Tue Apr 9 16:51:26 UTC 2024
when i run render list i seems to not actually do anything and it just appears to be idle. Am I doing something wrong? I have everything setup according to the OSM guide.
```
sudo render_list -m ajt -z 0 -Z 12 -n 4 -l 20 --all
Rendering client
Starting 4 rendering threads
Rendering all tiles from zoom 0 to zoom 12
Rendering all tiles for zoom 0 from (0, 0) to (0, 0)
Rendering all tiles for zoom 1 from (0, 0) to (1, 1)
Rendering all tiles for zoom 2 from (0, 0) to (3, 3)
Rendering all tiles for zoom 3 from (0, 0) to (7, 7)
Rendering all tiles for zoom 4 from (0, 0) to (15, 15)
Rendering all tiles for zoom 5 from (0, 0) to (31, 31)
Rendering all tiles for zoom 6 from (0, 0) to (63, 63)
```
after attaching an strace it does appear my suspicions and it is idle.
sudo strace -p 2675063
strace: Process 2675063 attached
futex(0x55a21e69a308, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, FUTEX_BITSET_MATCH_ANY
Any advice would be helpful.
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/mod_tile/issues/426
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/mod_tile/issues/426 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20240409/aab56c7f/attachment.htm>
More information about the Tile-serving
mailing list