urbica / galton

Lightweight Node.js isochrone map server
https://galton.urbica.co
MIT License
271 stars 36 forks source link

Support for shared memory #224

Closed MichielDeMey closed 5 years ago

MichielDeMey commented 5 years ago

This PR adds support for the --sharedMemory flag in OSRM.

The flag and the filename are mutually exclusive, so when using the --sharedMemory flag a filename is no longer required as input parameter.

Defaults to false, keeping backward compatibility.

stepankuzmin commented 5 years ago

Released as galton@5.19.0-beta.2