osrm-backend icon indicating copy to clipboard operation
osrm-backend copied to clipboard

osrm-extract using excessive memory from a certain point in the master branch (5.27.0).

Open MovieJo opened this issue 3 years ago • 2 comments

I am using small data from south-korea (as small as 160M).

This data was smoothly extracted even from devices with 8G memory.

From the master branch at some point, even on a machine with 32GB of memory, I had OOM kills when extracting.

And when I build it again with 5.26.0 version, it is extracted normally.

MovieJo avatar Aug 10 '22 11:08 MovieJo

As flagged up in #6297 . OS kills osrm-extract process as it runs out of memory.

handcath avatar Aug 10 '22 12:08 handcath

Should be fixed by https://github.com/Project-OSRM/osrm-backend/pull/6304/

SiarheiFedartsou avatar Aug 10 '22 15:08 SiarheiFedartsou