-
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
osrm-customize crash with bicycle profile on planet #6159
Comments
I think you still need more memory. |
unfortunately not, i added lots of additional swap but got the same error, with similar ram peak usage of ~ 200GB. htop in parallel shows no exzessive ram usage /usr/local/bin/osrm-customize ./planet-latest.osrm hmm. memory errors with lots of ram free - maybe heap related ? |
Can you try building with |
Its 9x slower but same effect and message, no more hints/output compile only mentions some deprecations (system has boost libs 1.74) but this shouldnt affect the code |
This issue seems to be stale. It will be closed in 30 days if no further activity occurs. |
I'm aware of Issue #6122 and complied 5.26 with
cmake .. -DCMAKE_BUILD_TYPE=Release
osrm-extract ... works
osrm-partition --max-cell-sizes=1024,16384,262144,4194304 ... works
but osrm-customize crashes with
[info] RAM: peak bytes used: 205588832256
[error] [exception] std::bad_alloc
#6122 mentions this should not happen with Release build
The server is a debian 11 with 256 GB Ram + 256 GB Swap, so no memory pressure
Doing a osrm-contract to switch to CH on the planet.osrm crashes with a Segmentation fault between 50 and 55 %
Any idea how to get more details on this ? Or is there a current problem/howto build the current planet net with bike ?
Thanks
The text was updated successfully, but these errors were encountered: