On Sun, Nov 17, 2013 at 09:00:57AM -0500, Stephen Woodbridge wrote: > It looks like you do not have enough memory. std::bad_alloc means > you failed to allocate memory needed to continue. > > Here is a wiki page that might help with planning: > > https://github.com/DennisOSRM/Project-OSRM/wiki/OSRM-data-processing-timings > > You might try creating 32-64 GB swap file if you are willing to just > let it run for a long time.
The problem he is talking about is that with 32Bit userspace a single process can not grow beyond 3.5GByte e.g. 2^32-Kernel Memory. So most likely you wont be able to process Europe with that setup. I am processing Germany every 4 Hours and i think i need >10GByte Process size for it to go through. Flo -- Florian Lohoff [email protected]
signature.asc
Description: Digital signature
_______________________________________________ OSRM-talk mailing list [email protected] https://lists.openstreetmap.org/listinfo/osrm-talk
