[Tile-serving] [openstreetmap/mod_tile] CPU/IO not fully utilized when under heavy load (Issue #333)

Paul Norman notifications at github.com
Mon Sep 18 20:06:21 UTC 2023


I attached gdb and got some useful information with a backtrace of all the threads. Of the 81 threads, 61 of them were at `futex_wait` within `mapnik::freetype_engine::create_face_impl`, inside the rendering of an image. 9 threads were doing other Mapnik work, 4 were in `__pthread_cond_wait_common` with no Mapnik calls, 2 were within PQgetResult, and the last two were overall renderd threads.

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

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


More information about the Tile-serving mailing list