NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

Hi guys, I'm new here. I have installed nominatim on a centOS machine with 8 gb ram. I'm trying to import europan map and I follow step by step the wiki guide.

Until yesterday all seems worked, but suddenly, after about 10 days of computation, the log file output is as below:

Stopping table: planet_osm_nodes
Stopping table: planet_osm_rels
Stopped table: planet_osm_nodes in 0s
Building index on table: planet_osm_rels (fastupdate=off)
Stopping table: planet_osm_ways
Building index on table: planet_osm_ways (fastupdate=off)
Stopped table: planet_osm_rels in 710s

And no error appear... The db keep growing (very slowly) and if I launch the command:

select * from pg_stat_activity;

I can see some activity. Even if I launch ps -aux command I can see my import process and other process depends on it. Do you think is everything ok?? The import process going on??

Thanks a lot G

asked 05 Feb '16, 10:13

newbies's gravatar image

newbies
11224
accept rate: 0%

edited 05 Feb '16, 10:18

aseerel4c26's gravatar image

aseerel4c26 ♦
32.6k18248554


This is normal. The database is still building the index. It can easily take another day.

permanent link

answered 05 Feb '16, 11:51

Frederik%20Ramm's gravatar image

Frederik Ramm ♦
82.5k927201273
accept rate: 23%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×689
×11

question asked: 05 Feb '16, 10:13

question was seen: 1,987 times

last updated: 05 Feb '16, 11:51

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum