[Tile-serving] [openstreetmap/osm2pgsql] Possible performance improvement (#1532)

doskabouter notifications at github.com
Thu Jul 8 13:13:23 UTC 2021


While importing a full planet into postgres I noticed that at the stage where it's creating the indices (after "Reading input files done") osm2pgsql is still using almost 64GB of memory (with a large part of it still in memory i.e. not in swap) presumably it's the nodes and probably other caches.
As these are not needed anymore after processing input files, perhaps that memory could be free'd so postgres itself has more memory to use as a file-cache


-- 
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/1532
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20210708/766611b4/attachment.htm>


More information about the Tile-serving mailing list