[Tile-serving] [openstreetmap/osm2pgsql] Potential memory leak when running without flatnode option (#931)
Paul Norman
notifications at github.com
Tue May 14 16:02:55 UTC 2019
> An osm2pgsql run with --number-processes 16 can cause memory usage of `shared_buffers` + `maintenance_work_mem` + 16 * `work_mem` on PostgreSQL's side alone
Not for large values of work_mem. The queries which take a lot of memory are limited to the indexing phase, which doesn't have 16 queries to run, and at half an hour in, we're looking at processing nodes or processing ways.
--
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/931#issuecomment-492301670
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20190514/0e151e35/attachment.html>
More information about the Tile-serving
mailing list