Replies: 1 comment 3 replies
-
(Moved to discussions as this is rather a question about deployment than a Nominatim issue.) How have you set up the webserver side of things, i.e. the part described in Deployment? Apache, nginx, php-fpm? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
I have installed Nominatim in my local machine and imported the planet dataset. I use the
GeoPy
in python. I use a for loop to query the nominatim for full geographic locations. As the program runs, there are more and more processes on the server andthe program runs more and more slowly. Finally, my program crushed. Are there some methods such as parameters to shorten the runtime of postgres processes that are completed?
To Reproduce
Software Environment (please complete the following information):
Hardware Configuration (please complete the following information):
Postgresql Configuration:
Our configurations are same to the documents.
Beta Was this translation helpful? Give feedback.
All reactions