-
Notifications
You must be signed in to change notification settings - Fork 34
Unable to build nominatim planet #7
Comments
What's the PBF_URL you've specified? Is it the default one? |
Yes,
|
You should probably lower your memory limit a bit, as stated in the docs,
Anyways, is your system behind some kind of a proxy, which might affect the download process? Map extracts are being downloaded form the Internet, by default from |
Btw., my company provides Nominatim API as a service if you'd be interested. |
The network wasn't the issue. Tried the different approach that copy the PBF file during the build process and still failed.
The Dockerfile was modified as below
I've adjusted the machine settings to 10 Cores CPU and 48GB MEM. Is it possible that the problem was the file exceeds the docker build limits? Thanks |
It should handle the file having much less memory, I've successfully built planet on 8GB machine in the past. Did you adjust (lower) your |
I did adjust the
Here's the log The checksum matched the version of 2018-07-19 PBF file.
|
I got the same issue. Did you solve it by any chance @yonaichin? I'm running this on quite a strong machine, 50GB of RAM and 10 cores. |
No, I did not. Instead of using docker to build planet, I'm building it on vm following nominatim guideline which has more configurations to be tuned with. |
#offtopic How can I check if the build for nominatim completed or not? I started an ssh session into the VM machine for building nominatim. Then I executed the build, which is still running after 2 days. Can I stop the ssh session and then check back later and see some logs or files to validate that the build has completed? Another question is: does the build allow to resume after it has been stopped? |
Hey, could you try building Monaco to test if it's a general problem or just with the planet? |
Works great with Monaco, it seems to be an issue related with the planet. |
Oh, great finding. It might be the one, the file is bigger than 8GB. |
FYI see moby/moby#37581 |
Hi,
Unable to build nominatim planet when docker build process of
Step 35/68 : RUN curl -L ${PBF_URL} --create-dirs -o /srv/nominatim/src/data.osm.pbf
then ran into this issue.
ERROR: Error processing tar file(exit status 1): unexpected EOF
The machine info:
CPU: 8 core
MEM: 32GB
STORAGE: 10TB
Docker version:
Client:
Version: 18.06.0-ce
API version: 1.38
Go version: go1.10.3
Git commit: 0ffa825
Built: Wed Jul 18 19:11:02 2018
OS/Arch: linux/amd64
Experimental: false
Server:
Engine:
Version: 18.06.0-ce
API version: 1.38 (minimum version 1.12)
Go version: go1.10.3
Git commit: 0ffa825
Built: Wed Jul 18 19:09:05 2018
OS/Arch: linux/amd64
Experimental: false
Let me know if you need more info.
Thanks in advance.
The text was updated successfully, but these errors were encountered: