Build OSRM with 64-bit IDs so we can extract planet.osm.pbf foot profile #1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue
Multiple GitHub issues have mentioned that building the planet.osm.pbf (worldwide OSM dataset) with the foot profile results in segmentation faults.
Tasklist
Requirements / Relations
Link any requirements here. Other pull requests this PR is based on? None
Wiki changes once merged in
Add to https://github.com/Project-OSRM/osrm-backend/wiki/Building-OSRM/_edit
Debug mode
With 64-bit node and edge IDs (currently unreleased as of May, 2024: #1)
If you're trying to build the foot profile for the whole planet (i.e. using planet.osm.pbf), you'll need 64-bit IDs for the number of edges and nodes in OSRM. Otherwise, you'll get a segmentation fault.
Warning: This will cause OSRM to use more memory during osrm-extract, etc. so this is not recommended unless you absolutely need to build the foot profile for the whole planet.