This is a static archive of our old OSM Help Site. Please post any new questions and answers at community.openstreetmap.org.

Did anyone use NODE-OSRM in production? If yes,then how?

2

I have been trying to use osrm in production. But, osrm routed is not for production. I tried to use osrm-routed but, it was not capable of taking too many hits (500 hits/sec using 8 Core and 16 Gb ram). I asked in the OSRM backend Github repository and after searching, I found someone's comment that said node-osrm is the best option for production. But, I have no idea how to use it in production. Does anybody have any idea?

asked 19 Jan '19, 13:50

Rajib%20Kumar%20Chanda's gravatar image

Rajib Kumar ...
41114
accept rate: 0%

Hi, I met the same problem. Have you solved this? Here is my issue. https://github.com/Project-OSRM/osrm-backend/issues/5826

(16 Sep '20, 03:20) xcTorres