Re: [OSRM-talk] Shared memory with one process

2020-02-27 Thread Frederik Ramm
Hi, On 2/27/20 20:45, Rohit Sivakumar wrote: > Is there any benefit to configuringĀ osrm using shared memory when I'm > only running one osrm process per server ? The benefit of holding the routing graph in shared memory is that you can (provided you have enough memory) spin up a new shared

[OSRM-talk] Shared memory with one process

2020-02-27 Thread Rohit Sivakumar
Hi, Is there any benefit to configuring osrm using shared memory when I'm only running one osrm process per server ? It appears like using shared memory should be redundant for my use case, but I'm wondering if there'd be downstream effects like cache misses or slower query response times when