-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bad allocation error #7045
Comments
If you want help, you need to make it easy for others to read your issue. Can you please pick a small and descriptive title, then put all the relevant information in the issue details (instead of leaving the issue template unchanged)? |
Sure, I am trying migrate osrm backend setup from windows 10 with docker desktop to windows server 2022 (Azure VM). then I upgraded the VM with 128GB RAM and 16 Core processor, but still I am getting same error. also, I tried MLD algorithm also, partition and customization steps are successfully completed but I am not getting shortest distance for all coordinates, for most of the requests I am getting response as "No shortest distance found between two points" even though we have shortest distance (giving shortest distance in my old setup (windows 10 with docker)) |
128G RAM is not enough to extract a 48G pbf file, see https://github.com/Project-OSRM/osrm-backend/wiki/Disk-and-Memory-Requirements. |
Actually my extraction was completed with 64 GB RAM with 300 GB virtual memory. After extraction total size is 215 GB, But contract is not happening even with 128 GB as well. And in MLD approach both partition and customise are completed but not giving distance for most of the coordinates after routing, is that because of the warning that I received in the time of extraction? |
Hi @jcoupey any suggestions or comments? |
My first test would be to try the whole extract/contract toolchain on a much smaller OSM extract to see if it works. |
I tried many small files, it worked fine. "Turn is u turn but not classified as a u turn" is this warning while extraction may be the issue? or warnings are fine in extraction? |
Just now I re completed all 3 steps (extraction, partition, customize) of mld algorithm. but we have shortest distance between these two points. |
Issue
Please describe the issue you are seeing with OSRM.
Images are a good way to illustrate your problem.
Note: If your issue relates to the demo site (https://map.project-osrm.org) or routing provided on openstreetmap.org, be aware that they use separate profile settings from those provided by default in
osrm-backend
.If your issue relates to the demo site or openstreetmap.org behaviour, please check these profiles first to see if they explain the behaviour before creating an issue here.
Steps to reproduce
Please provide the steps required to reproduce your problem.
osrm-backend
version being usedIf you're reporting an issue with https://map.project-osrm.org, please provide a link to the problematic request.
Specifications
Please provide details of your development environment.
The text was updated successfully, but these errors were encountered: