Skip to Content.
Sympa Menu

overpass - Re: [overpass] Can't run some queries (they time out)

Subject: Overpass API developpement

List archive

Re: [overpass] Can't run some queries (they time out)


Chronological Thread 
  • From: mmd <>
  • To:
  • Subject: Re: [overpass] Can't run some queries (they time out)
  • Date: Wed, 9 Nov 2016 19:29:34 +0100

Am 09.11.2016 um 12:00 schrieb FRANCHOIS Serge:


>
> I tried supplying /space/ and/or /time/ parameters, and if I do, the
> dispatcher refuses to start
>
> [root@...]# "${EXEC_DIR}"/bin/dispatcher --osm-base --meta
> --db-dir="${DB_DIR}" *--time=86400*
>
> *File_Error No such file or directory 2 /osm3s_v0.7.53_osm_base
> Dispatcher_Client::1*
>


I don't know exactly why it works this way, but you need to start the
dispatcher first (without --time or --space parameter).

Once the dispatcher is running successfully in background, you can
adjust time and space settings by calling dispatcher a second time.

./dispatcher --time=86000 -space=8000000000

Hint: you can always check the current settings by calling:

./dispatcher --status



--





Archive powered by MHonArc 2.6.18.

Top of Page