[Tile-serving] [openstreetmap/osm2pgsql] osm2pgsql stops while importing planet (#1115)

zimirrr notifications at github.com
Mon Apr 13 16:00:55 UTC 2020


It worked well, thx.

But I've got strange results when testing small pbf.
I've started couple of times with same command osm2pgsl and it showed different results on relations:
```
Processing: Node(1619k 269.9k/s) Way(115k 38.40k/s) Relation(1590 530.00/s)  parse time: 12s
Processing: Node(1619k 269.9k/s) Way(115k 38.40k/s) Relation(950 475.00/s)  parse time: 11s
Processing: Node(1619k 404.8k/s) Way(115k 38.40k/s) Relation(820 410.00/s)  parse time: 9s
Processing: Node(1619k 404.8k/s) Way(115k 38.40k/s) Relation(2010 670.00/s)  parse time: 11s
Processing: Node(1619k 323.9k/s) Way(115k 57.61k/s) Relation(1930 643.33/s)  parse time: 10s
```
__Number of relations always different.__

command was:
```
set osm_file=azores-latest.osm.pbf

..\osm2pgsql-latest\osm2pgsql.exe --create ^
 --cache 2000 ^
 --slim ^
 --number-processes 4 ^
 --style osm2pgsql.style ^
 --hstore-all ^
 --hstore-add-index ^
 --latlong ^
 --multi-geometry ^
 --database %PGDATABASE% ^
 %osm_file%
```

my
```
osm2pgsql version 1.2.1 (64 bit id space)
Compiled using the following library versions:
Libosmium 2.15.4
Lua 5.3.4
```



-- 
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/1115#issuecomment-612962235
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20200413/34860ad2/attachment.htm>


More information about the Tile-serving mailing list