[Tile-serving] [openstreetmap/osm2pgsql] Enable Postgres connection polling or query connection limit (#885)
Sarah Hoffmann
notifications at github.com
Wed Jan 16 08:55:32 UTC 2019
On further thought, 15 is still far too much. Parallel execution is used in two places now:
* parallel sorting and indexing of tables on import
* processing of pending ways and relations on updates
In both cases the number of parallel threads should not be too high. Indexing requires a lot of memory and having too many in parallel running actually slows down the process. Updates are generally run in parallel with other load (like rendering) and should therefore also not take up to many CPUs.
I'd rather go for max 4 as the default.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/issues/885#issuecomment-454701023
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20190116/4ed1e165/attachment.html>
More information about the Tile-serving
mailing list