Project-OSRM / osrm-text-instructions

Text instructions from OSRM route responses
BSD 2-Clause "Simplified" License
87 stars 61 forks source link

osrm-routed does not start if --max-matching-size and/or --max-table-size are set to 1 #234

Closed svenvarennes closed 6 years ago

svenvarennes commented 6 years ago

osrm-routed --algorithm=MLD planet-latest.osrm -t 6 --max-matching-size 1 --max-table-size 1 results in a quiet exit.

svenvarennes commented 6 years ago

On a side note: Could one disable the table / map matching endpoints entirely and if so, would that lower RAM requirements?