Hi , We run our own nominatim instance because we make heavy use for a custom gps system. ( 14 Million aprox requests per day, that is 10,000 clients requesting reverse geocoding every 1 minute ) , Could someone please point me to the reference documents or explain me how the connection buckets constants affect my rate limits etc . I want to have no limits on requests per second , per ip , etc. It seems that after a couple of hours the nominatim server stops working , but all the cpu , memory metrics etc are fine . We have even tried with super size configuration ( We run it on Amazon web services ). Thanks This are found in /settings/settings.php
asked 09 Nov '17, 18:18 GUIMO aseerel4c26 ♦ |
You need to provide a memcached server to enable rate limiting. If you have a line like this
then rate limiting is off (which is the default). Also note that the rate limiting code has been completely removed since Nominatim 3.0. answered 10 Nov '17, 08:16 lonvia It means that by default it is not applying any rate limit and my issue is somewhere else. Thanks for your knowledge
(13 Nov '17, 22:41)
GUIMO
|