Stuck importing Netherlands #614
Replies: 1 comment 4 replies
-
That phase of the import does most work inside the database (stored procedures, https://github.com/osm-search/Nominatim/blob/master/lib-sql/functions/), the output is Python controlling multiple threads. Do you see anything in the Postgresql server logs? The server might have crashed due to resources (often the message is just 'processed killed'). Or queries might be blocked (pg_top or other tools should show that). It's restartable, but I'm not sure how to do that inside Docker. I mean which other steps Docker runs automatically and how to run them manually. https://nominatim.org/release-docs/latest/admin/Faq/#can-a-stoppedkilled-import-process-be-resumed |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone, the container i'm running is stuck since yesterday in the importing phase with this log line:
2025-05-08 17:58:47: Done 5104740 in 4944 @ 1032.582 per second - rank 30 ETA (seconds): 4504.56
Is this a resource problem? In the docker logs i don't see any crash. The host machine has 24GB of memory and about 70GB of disk space available. The container shared memory is also set to 12GB . Any ideas on how i can debug the issue?
Beta Was this translation helpful? Give feedback.
All reactions