blaurent49
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:  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:  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...