[Tile-serving] [osm2pgsql] 64 bit ids do not work (#23)

Sarah Hoffmann notifications at github.com
Wed May 1 19:54:21 UTC 2013


The IDs are too large for the dense node cache. There is an unchecked array access around [here](https://github.com/openstreetmap/osm2pgsql/blob/master/node-ram-cache.c#L167). @apmon you probably know better what the best fallback is when blocks is too small. `ram_cache_nodes_get_dense()` has the same problem.

You can force osm2pgsql to switch to sparse caching with the option `--cache-strategy sparse` as a workaround.

---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/issues/23#issuecomment-17302557
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20130501/a391e9a9/attachment.html>


More information about the Tile-serving mailing list