[OSRM-talk] Shortest route given start and end point

2015-12-09 Thread Kieran Caplice
any optimisation. I'm wondering how easy/possible would it be to implement in OSRM, or is there any pre/post processing that we can do to achieve this? Thanks in advance. Kind regards, Kieran Caplice ___ OSRM-talk mailing list OSRM-talk

Re: [OSRM-talk] Shortest route given start and end point

2015-12-17 Thread Kieran Caplice
Hi Helder, Of course - I meant to include a link in my previous email! We'll more than likely be going with VROOM (https://github.com/jcoupey/vroom), which runs on top of OSRM. I've made it web-accessible with a simple Java Spring Boot app. Kind regards, Kieran Caplice On 16/12/15 21:14

Re: [OSRM-talk] Server API change

2015-12-21 Thread Kieran Caplice
Hi Patrick, I'm assuming both of the limits you mentioned will be configurable via command line options? Kind regards, Kieran Caplice On 20/12/15 18:27, Patrick Niklaus wrote: Hey! in preparation to the OSRM v4.9.0 release we merged a few pull requests to our development branch

[OSRM-talk] Required RAM for planet

2016-03-08 Thread Kieran Caplice
[info] Opening planet-latest.osrm.ebg [warn] [exception] osrm input file misses magic number. Check or reprocess the file Thanks. Kind regards, Kieran Caplice ___ OSRM-talk mailing list OSRM-talk@openstreetmap.org https://lists.openstreetmap.org/listinfo

Re: [OSRM-talk] osrm-extract taking hours to complete

2016-03-02 Thread Kieran Caplice
Hi Patrick, That makes sense then. It's obvious the process is just going to take upwards of 8-10 hours for us in that case. Thanks for the help. Kind regards, Kieran Caplice On 02/03/16 17:01, Patrick Niklaus wrote: Hey Kieran, there have been a lot of structural changes (e.g. moving

[OSRM-talk] osrm-extract taking hours to complete

2016-03-02 Thread Kieran Caplice
35-40 MB/s R/W (~90%). Anyone have any ideas as to what might be going on? Or is it normal to take this long without an SSD? Thanks in advance. Kind regards, Kieran Caplice ___ OSRM-talk mailing list OSRM-talk@openstreetmap.org https://lists.openst

Re: [OSRM-talk] osrm-extract taking hours to complete

2016-03-02 Thread Kieran Caplice
folder, stop the server, move the new data to the correct location and start the server again. Kind regards, Kieran Caplice On 02/03/16 17:01, Patrick Niklaus wrote: Hey Kieran, there have been a lot of structural changes (e.g. moving code from osrm-prepare into osrm-extract) that probably

Re: [OSRM-talk] osrm-extract taking hours to complete

2016-03-03 Thread Kieran Caplice
probably just schedule it to run every weekend or so and move the files to the correct location when finished. Kind regards, Kieran Caplice On 03/03/16 09:23, Björn Semm wrote: Hi Kieran, we run an OSRM update (planet) once a week on a central instance and copy the generated files to diffrent

[OSRM-talk] Current server requirements for planet

2017-07-05 Thread Kieran Caplice
Hello, What are the current recommended RAM+disk requirements for running an OSRM planet server? Thanks in advance. Kind regards, Kieran Caplice ___ OSRM-talk mailing list OSRM-talk@openstreetmap.org https://lists.openstreetmap.org/listinfo/osrm

Re: [OSRM-talk] Current server requirements for planet

2017-07-06 Thread Kieran Caplice
Thank you all very much. Kind regards, Kieran Caplice On 05/07/17 22:19, Daniel Hofmann wrote: For the record: because we're seeing this question pop up every now and again I just added a disk and memory requirements page to our wiki: https://github.com/Project-OSRM/osrm-backend/wiki feel

Re: [OSRM-talk] Current server requirements for planet

2017-07-05 Thread Kieran Caplice
, Kieran Caplice On 05/07/17 12:59, Ricardo Pereira wrote: You can get an idea of requirement and resulting performance by checking this: https://github.com/Project-OSRM/osrm-backend/wiki/Demo-server, if the information is actual. Cheers On Wed, 5 Jul 2017 at 13:49 Kieran Caplice <kieran.c

Re: [OSRM-talk] Expecting time for osrm-contract for planet

2017-09-22 Thread Kieran Caplice
there are, the slower it gets, often in a non-linear fashion.  The car profile has a very hierarchical structure (many different road speeds), so it fits well into the CH, the construction algorithm  doesn't need to compare as many options. daniel On Thu, Sep 21, 2017 at 9:03 AM, Kieran Caplice <kieran.c

[OSRM-talk] Expecting time for osrm-contract for planet

2017-09-21 Thread Kieran Caplice
data:/data osrm/osrm-backend osrm-contract /data/1505492056/planet-latest.osrm Kind regards, Kieran Caplice ___ OSRM-talk mailing list OSRM-talk@openstreetmap.org https://lists.openstreetmap.org/listinfo/osrm-talk

Re: [OSRM-talk] Expecting time for osrm-contract for planet

2017-09-21 Thread Kieran Caplice
% in the last 2-3 hours. It is however maxing CPU and using approximately the same amount of RAM since it started. Kind regards, Kieran Caplice On 21/09/17 16:39, Daniel Patterson wrote: Hi Kieran,   The contraction time will be slow - many, many hours for the whole planet.  *Typically* for the car

Re: [OSRM-talk] Expecting time for osrm-contract for planet

2017-09-21 Thread Kieran Caplice
I take back what I said, the contract process has advanced 5%! Looks like it's now using more RAM than CPU, so I'll give it a bit more time before judging it prematurely again :-) Kind regards, Kieran Caplice On 21/09/17 17:03, Kieran Caplice wrote: We're actually looking for the best

Re: [OSRM-talk] osrm-datastore error code 21

2018-02-02 Thread Kieran Caplice
the kernel.shmall and kernel.shmmax properties again. Kind regards, Kieran Caplice On 29/01/18 18:07, Daniel Patterson wrote: Hi Kieran,   The problem is definitely occurring when trying to allocate the shared memory block.  This line from your strace output shows the error happening: shmget

Re: [OSRM-talk] Shared memory with multiple OSRM files

2018-11-01 Thread Kieran Caplice
Apologies, I'm just after seeing in the wiki that this is possible in later versions! Here's the link for anyone interested: https://github.com/Project-OSRM/osrm-backend/wiki/Configuring-and-using-Shared-Memory#using-shared-memory Kind regards, Kieran Caplice On 01/11/2018 12:56, Kieran

[OSRM-talk] Shared memory with multiple OSRM files

2018-11-01 Thread Kieran Caplice
Hello, We are having difficulty pre-processing planet data using the foot profile, so our option is to instead pre-process different regions separately. Is it possible to load multiple .osrm files into memory and use libosrm to do operations on them? Kind regards, Kieran Caplice