osm2pgsql-dev / osm2pgsql

OpenStreetMap data to PostgreSQL converter
https://osm2pgsql.org
GNU General Public License v2.0
1.51k stars 474 forks source link

Out of order nodes don't fall back to dense nodes #377

Closed pnorman closed 3 years ago

pnorman commented 9 years ago

A small API produced OSM file results in the error message "Node cache size is too small to fit all nodes." with the command line osm2pgsql -C 8000 map.osm. It is most likely failing to fall back to dense nodes.

360 is related.

joto commented 3 years ago

Input must be ordered in current versions of osm2pgsql and the ram middle has a completely new implementation. Closing as outdated.