You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have set the OSRM successfully, but I get into 2 warnings:
After I run this on terminal, i get warnings although the customization is successful, placing xyz just for reference----
{docker run -t -v "${PWD}: /data" osrm/osrm-backend osrm-customize /data/xyz-latest.osrm
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific o latform was requested
Can you tell me how much will these errors affect my api requests, and why there are 4 sets of warning, which one should I consider, the last one, and if I comsdier that still how does it afefct my OSRM local sever calcualtions?
This discussion was converted from issue #6788 on March 03, 2024 17:55.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have set the OSRM successfully, but I get into 2 warnings:
After I run this on terminal, i get warnings although the customization is successful, placing xyz just for reference----
{docker run -t -v "${PWD}: /data" osrm/osrm-backend osrm-customize /data/xyz-latest.osrm
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific o latform was requested
[info] Loaded edge based graph: 19899874 edges, 5211719 nodes [info] Loading partition data took 6.70222 seconds [info] Cells customization took 26.7917 seconds [info] Cells statistics per level
[info] Level 1 #cells 25753 #boundary nodes 467708, sources: avg. 12, destinations: avg. 17, entries: 7165614 (57324912 bytes) [info] Level 2 #cells 1929 #boundary nodes 83223, sources: avg. 28, destinations: avg. 40, entries: 2654859 (21238872 bytes) [info] Level 3 #cells 120 #boundary nodes 13485, sources: avg. 75, destinations: avg. 103, entries: 1014560 (8116480 bytes) [info] Level 4 #cells 4 #boundary nodes 609, sources: avg. 105, destinations: avg. 127, entries: 61917 (495336 bytes) [info] Unreachable nodes statistics per level
[warn] Level 1 unreachable boundary nodes per cell: 0.00104842 sources, 0.000698948 destinations [warn] Level 2 unreachable boundary nodes per cell: 0.00259202 sources, 0.00259202 destinations
[warn] Level 3 unreachable boundary nodes per cell: 0.0166667 sources, 0.0166667 destinations
[warn] Level 4 unreachable boundary nodes per cell: 0.25 sources, 0.25 destinations [info] Unreachable nodes statistics per level
[warn] Level 1 unreachable boundary nodes per cell: 0.0153768 sources, 0.0109502 destinations
[warn] Level 2 unreachable boundary nodes per cell: 0.133748 sources, 0.0984966 destinations
[warn] Level 3 unreachable boundary nodes per cell: 0.975 sources, 0.75 destinations
[warn] Level 4 unreachable boundary nodes per cell: 2.75 sources, 2.5 destinations [infol Unreachable nodes statistics ver level
[warn] Level 1 unreachable boundary nodes per cell: 0.148099 sources, 0.095251 destinations
[warn] Level 2 unreachable boundary nodes per cell: 1.09435 sources, 0.679627 destinations
[warn] Level 3 unreachable boundary nodes per cell: 5.36667 sources, 3.43333 destinations
[warn] Level 4 unreachable boundary nodes per cell: 16.5 sources, 13.5 destinations [info] Unreachable nodes statistics per level
[warn] Level 1 unreachable boundary nodes per cell: 0.00108725 sources, 0.000737778 destinations
[warn] Level 2 unreachable boundary nodes per cell: 0.00311042 sources, 0.00311042 destinations
[warn] Level 3 unreachable boundary nodes per cell: 0.025 sources, 0.025 destinations
[warn] Level 4 unreachable boundary nodes per cell: 0.25 sources, 0.25 destinations}......
Can you tell me how much will these errors affect my api requests, and why there are 4 sets of warning, which one should I consider, the last one, and if I comsdier that still how does it afefct my OSRM local sever calcualtions?
Beta Was this translation helpful? Give feedback.
All reactions