-
Notifications
You must be signed in to change notification settings - Fork 416
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
Directions API works well in live API but throws "Could not find routable point" in self hosted version #1968
Comments
Hey, 52 GB Ram should not at all be enough to build a planet-wide graph for hgv, and building should take a few (at least 10, I'd guess) hours. Thus, I'm suspecting you are not running planet-wide graphs, but the default heidelberg graph. http://localhost:8080/ors/v2/directions/driving-car?start=8.681495,49.41461&end=8.687872,49.420318 or any of the other POST requests? If it does, check if any other request works. Could you check Best regards |
You are correct, But i used osmium tool to filter and reduce the file size to 26GB But still i have to wait 14-15 hours I still get Exception related to Java heap space I will increase RAM and see how it goes Thanks for quick response |
Reducing the file size will not help with RAM usage, as long as you don't filter out things relevant to routing (e.g. |
This is how i filtered planet and reduced file size from 79GB to 26GB I want to use directions API to find distance by truck between two coordinates. I increased RAM from 64 to 128, i still get Java error and graphs folder is empty
|
Is there an existing issue for this?
Where did you encounter this issue?
self-hosted instance
Request URL
http://localhost:8080/ors/v2/directions/driving-hgv
POST Request Body
Response
Response
Current behavior
I have checked co-ordinates they are in (lon,lat) format
Live API returns response correctly
https://api.openrouteservice.org/v2/directions/driving-hgv
Self hosted version is using the planet PBF file
https://planet.openstreetmap.org
This is my ors-config.yaml
This is my docker compose file
Expected behavior
200 response with complete data
Openrouteservice Version
9.1.0
Build date
2025-01-29T12:32:30Z
Graph date
No response
Forum Topic Link
No response
The text was updated successfully, but these errors were encountered: