[Geocoding] geocoding limit on local Nominatim instance?

Brian Quinion openstreetmap at brian.quinion.co.uk
Mon Jun 10 21:35:50 UTC 2013


There are no limits on the standard install.

There are options that can be turned on for rate limiting but you
would have had to install memcache and change the following setting
@define('CONST_ConnectionBucket_MemcacheServerAddress', false); which
isn't even documented in the install guide.

I would suggest you look at the calling script and see if you have any leaks.

--
 Brian

On 10 June 2013 17:17, Xiang, Aster <asterxiang at wustl.edu> wrote:
> Hi All,
>
>
>
> I installed a local Nominatim instance on Ubuntu 12.04. I am trying to do
> bulk geocoding about 30,000 addresses. I split the data into 10,000 per
> batch, and I found out the script stopped after the first 4300 records
> geocoded, without reporting any errors. So then I thought maybe it was
> because of some limit, I split the first 10,000 batch into 5,000 addresses
> per batch, and then I see the script stopped after the first 3200 records,
> no errors.
>
>
>
> I am wondering if there is any settings on the limit of my local Nominatim
> server? I appreciate any help on this!
>
>
>
> Thanks,
>
>
>
> Aster
>
>
> _______________________________________________
> Geocoding mailing list
> Geocoding at openstreetmap.org
> http://lists.openstreetmap.org/listinfo/geocoding
>



More information about the Geocoding mailing list