Skip to content

How to free osrm-datastore's shared memory #947

@clintharris

Description

@clintharris

The process I use for "shutting down" OSRM, including freeing shared memory, is less than elegant:

  1. Pay attention to osrm-datastore's runtime output, noting the # of bytes it loads.
  2. Run icmp -m and look for a segment with the same # of bytes to get a shmid
  3. Then run ipcrm -m {shmid} to free the shared memory...

Is there a better way of doing this?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions