[Tile-serving] [openstreetmap/mod_tile] Time spent per tile changes to 4.2 seconds when there is a queue (Issue #333)

Paul Norman notifications at github.com
Mon Sep 18 06:27:17 UTC 2023


I wonder if this is related to https://github.com/openstreetmap/mod_tile/blob/24a5752d93bb04477bfd96255f0d4f0fbb9e4867/src/render_submit_queue.c#L207-L213

This limits the queue size to 32, which might be too low modern hardware. But as far as I can tell, this file is only included by the render_* helper programs.

There are also a bunch of constants for mod_tile that might not make sense on modern hardware: https://github.com/openstreetmap/mod_tile/blob/24a5752d93bb04477bfd96255f0d4f0fbb9e4867/includes/mod_tile.h#L24-L33, or the queue size constants https://github.com/openstreetmap/mod_tile/blob/24a5752d93bb04477bfd96255f0d4f0fbb9e4867/includes/render_config.h#L112-L114

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

Message ID: <openstreetmap/mod_tile/issues/333/1722818453 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20230917/5dea82e6/attachment.htm>


More information about the Tile-serving mailing list