[Tile-serving] [openstreetmap/osm2pgsql] Potential memory leak when running without flatnode option (#931)

Frederik Ramm notifications at github.com
Tue May 14 07:34:25 UTC 2019


Note that PostgreSQL can allocate its configured `work_mem` for every database connection. 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 even counting osm2pgsql's own memory footprint. 

-- 
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-492114491
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20190514/3ffca6b0/attachment.html>


More information about the Tile-serving mailing list