On Fri, Jan 15, 2016 at 08:03:39AM +0100, Frederik Ramm wrote: > Hi, > > On 01/15/16 03:11, Troy Yang wrote: > > We are installing the Nominatim for plant and it took about 550G disk > > spaces and over 100hours already, we still don’t see any signs to > > complete and we are warrying if our 900G(SATE) disk space is enough. > > Yes, it will be enough. > > > Now we are running at the message shows: > > Done 43912758 in 529507 @ 82.931458 per second – *Rank 26* ETA > > (seconds):119290 > > This message seems to say that it has been running for over 6 days on > Rank 26 alone? > > Means it will take another ~ 36 hours to complete rank 26, and then (my > rough guess) another week until it has climbed through to rank 30. > > > So, we have no idea why it took over 500G already and still not end? > > Does it mean it still import data and the building index still not start? > > What you're seeing is the indexing, the last step. > > > Core: 1 (this is a mistake we only assign one core, our host is 4) Could > > we pause it by power down the machine and assign 4 Core to it, then > > restart it from the last pause point? > > Yes you can interrupt the indexing and then do a > > php utils/update.php --index --index-rank 27 > > to restart indexing from rank 27. Even if you were to restart from rank > 26 it would know which elements have been indexed already but > nonetheless I would suggest waiting until rank 26 is complete and then > interrupt.
Two additional comments: ./utils/update.php uses only one thread by default, so you should add '--index-instances 4' to enable parallel processing. To finish the initial import you must also create the search indices. This can be done with: ./utils/setup.php --create-search-indices (do this _after_ indexing has finished) Sarah _______________________________________________ Geocoding mailing list [email protected] https://lists.openstreetmap.org/listinfo/geocoding

