-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Multiple runs of osrm-partition lead to OOM kills #4214
Comments
Seems like a regression. We probably don't renumber one of the input files of |
I'm pretty sure this was resolved. @oxidase please re-open if there is anything still to do here. |
@miccolis it is still an issue. To reproduce
|
@oxidase in current
Compiled in Debug mode. update: Crashed there https://github.com/Project-OSRM/osrm-backend/blob/master/include/customizer/cell_customizer.hpp#L85 |
@deniskoronchik it is expected, there is an issue with the second renumbering in |
Fixed via #4602 |
With the current master running
osrm-partition
on the already partitioned graph leads to incorrect behavior:for the first run
weight_offset + 1
equals 4052896 for bayern-latest.osmfor the second run
weight_offset + 1
equals 3654768480 andosrm-partition
is killed by OOMRerunning
osrm-extract
solves the issue.@TheMarex Could it be a regression after #4089 or it is expected and
osrm-extract
run is required beforeosrm-partition
?The text was updated successfully, but these errors were encountered: