merlinnot / nominatim-docker

Fully-featured container for geocoding, reverse geocoding and address lookup based on Nominatim and Open Street Map data.
MIT License
55 stars 35 forks source link

Build failed on Ubuntu #17

Closed Cloudmersive closed 5 years ago

Cloudmersive commented 5 years ago

Tried this command per the documentation:

docker build github.com/merlinnot/nominatim-docker \ -t test \ --build-arg BUILD_THREADS=16 \ --build-arg BUILD_MEMORY=16GB \ --build-arg OSM2PGSQL_CACHE=28000 \ --build-arg RUNTIME_THREADS=2 \ --build-arg RUNTIME_MEMORY=4GB

Ran for a while and then failed with this error on step 49:

Step 49/68 : RUN service postgresql start && sudo -u nominatim ${USERHOME}/Nominatim/build/utils/setup.php --osm-file /srv/nominatim/src/data.osm.pbf --all --threads ${BUILD_THREADS} --osm2pgsql-cache ${OSM2PGSQL_CACHE} && service postgresql stop ---> Running in 4ff1cb61c24b

Cloudmersive commented 5 years ago

Does this have to do with the parameters supplied perhaps?