-
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
Planet.osm with OSRM on a 256Go RAM machine not working #661
Comments
data files appear to be broken. Rebuild the source from latest develop branch, delete all data files, and regenerate all data files. Also, when it complains that the process cannot be locked into RAM, then your machine has not enough free RAM. Make sure that you are actually on a 64bit Linux kernel. |
Oh, and check free disk space with |
Any news on this? |
Hi denis,
|
Hi Dennis, We have installed the develop branch of osrm, download a new planet.osm.pbf file. No error messages for extract and prepare. When we launch routed, we still have the could not Locked to ram message. Nearest command works and gives results but when we do a viaroute command, it can't find a route and osrm crash with segment fault message. What could be the problem ? Thanks Sent from my iPad On 17 juil. 2013, at 07:25, Dennis Luxen notifications@github.com wrote:
|
Can you start in gdb and provide a stack trace? |
We have started in gdb extract and prepare with full backtrace. Program seems to go through normally as we do not have any backtrace logs ... Maybe we do something wrong with the bt command ... Sent from my iPad On 26 juil. 2013, at 11:14, Dennis Luxen notifications@github.com wrote:
|
Any updates? |
Hi Dennis, As it was still not working on the 256 Go RAM provided by our hosting company, we have change for another server (with less RAM : 128 Go) with a new hosting company. Things are working properly now. I guess the 256Go RAM machine we had before was not exactly as good as it should be … Le 16 déc. 2013 à 13:46, Dennis Luxen notifications@github.com a écrit :
|
Alright, thanks for the update. Closing here. |
I have this problem too ("[warn] Process ./osrm-routed could not be locked to RAM")
I built OSRM develop branch from today.
I have several machines and which are using OSRM and I update OSRM every weeks. It display this warning only since 2/3 months, even on a small osm.pbf file (my county - 150mb). Let me know if you need more info. Thanks |
The warning is non-critical. It basically says that the OS refused to turn of swapping for the process in case memory availability becomes low. Most of the times this is caused by more RAM being in use already than is requested. |
Hi,
We are facing a dilemna .. We have contracted for a 256Go RAM server with 16 threads and 600 Go HD SAS (with Ubuntu 12.4 LTS) in order to run OSRM with Planet.osm file.
All extract and prepare process seem to be working properly. When we launch osrm-routed, we have a message "could not be locked to ram" but it continues until waiting for request. When we put a request, OSRM crashes with a segmentation fault message. When we look at the files generated during the prepare process, it appears that the planet hsgr file is only 17 Go (it should be 32Go), all others files have a correct size. We have re-execute the extract and prepare process 3 times and still have the same results (hsgr file of 17 Go and "could not be locked to RAM"). Our stxxl file mentions a 250 Go virtual Drive.
2 weeks ago, we have execute extract, prepare on a big Amazon EC2 server with 128 Go RAM, running also with Ubuntu 12.4) and it was working properly (osrm-routed working fine and all files have the correct size). The planet.osm.pbf file is the same on both amazon and our server.
Any idea of what is going on ?
Thanks
Guip
The text was updated successfully, but these errors were encountered: