[OSRM-talk] Pre-procesing planet.pbf with 128Gb RAM
Daniel Patterson
daniel at mapbox.com
Tue Mar 6 03:07:26 UTC 2018
Hi Jose,
128GB is not enough to do *everything* in RAM - over 300GB of data is
generated during some phases.
You'll probably want to do a custom build of OSRM and enable STXXL with
`cmake -DENABLE_STXXL=ON ..`. This will build OSRM with the ability to do
optimized data-to-disk swapping using the "libstxxl" library, which is
faster than just using regular swap space.
daniel
On Mon, Mar 5, 2018 at 11:44 AM, Jose Florido <joseflorido at gmail.com> wrote:
> Hi!
>
> Is it possible to pre-process the planet file with OSRM 5.16.2 and
> only 128Gb ram? We do have a large SSD disk and pre processing doesn’t
> need to be super fast.
>
> Thanks!
> Jose
>
> _______________________________________________
> OSRM-talk mailing list
> OSRM-talk at openstreetmap.org
> https://lists.openstreetmap.org/listinfo/osrm-talk
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/osrm-talk/attachments/20180305/4bb69ec4/attachment.html>
More information about the OSRM-talk
mailing list