I built a Nominatim Server on GCP with 128 GB of RAM and 950 GB SSD. I finished the initial import of the pbf data, created all the indexes and search indices. Now I'm trying to tune the db, but it's saying I don't have enough disk space. How much more disk space do I need to re-calibrate the word frequencies? Command:
Error:
Update: After allocating more disk space, I'm getting this error -
asked 15 Sep '20, 17:14 rirhun |
The output will be about 7GB, I don't know how much the temporary table during the processing will take. You can delete the planet.pbf file you imported, that's no longer needed, will free 65GB on the harddrive. answered 15 Sep '20, 17:23 mtmail |
It was a partition issue. I had to resize the partition from the VM and it seems to be ok now. answered 15 Sep '20, 21:18 rirhun |