blaurent49

Results 5 comments of blaurent49

Hello, I know the post is quite old but I encountered the same problems though I managed to make one step beyond with the program_features. To answer the previous comment,...

Thank you for your answer. Here is the result of the `dh -h` command: ![image](https://github.com/user-attachments/assets/4f5e2e3b-7f6e-4788-b94d-d8ec255e5cf5) As you can see, there should be enough space, shouldn't it?

What can I look, more precisely?

I ran a bash in my container with `docker exec -it nominatim /bin/bash` and ran the` df -f` command from inside it. Here is what I got: ![image](https://github.com/user-attachments/assets/e1d22b0c-d259-499f-b5d5-655c3232b633) It seems...

Hello, I eventually solved my problem. Here is the command I used: ``` docker run -d \ -e PBF_PATH=/nominatim/data/france-latest.osm.pbf \ -e REPLICATION_URL=https://download.geofabrik.de/europe/france-updates/ \ -e POSTGRES_SHARED_BUFFERS=2GB \ -e POSTGRES_WORK_MEM=64MB \ -e...