-
Notifications
You must be signed in to change notification settings - Fork 400
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
feat: Docker PBF download with hashing #1841
base: main
Are you sure you want to change the base?
Conversation
60122ce
to
09d8973
Compare
@meetkaushal What do you think about this implementation? |
This allows also for lowercase vars to be accepted.
Quality Gate passedIssues Measures |
Hello, The update works when I tried locally on my laptop. However, my main issue still remains... Is it possible to build graphs on local docker on my laptop then SSH the graph folder to the cloud provider once ors is built there? |
Right. I just checked the system specs for the free tier: 512 MB RAM and 0.1 CPU.
Yes, of course, you can copy graphs around how you like and also upload them with SCP or rsync to your remote machine. Another workaround for the resource problem: Here is the documentation: https://giscience.github.io/openrouteservice/run-instance/configuration/ors/engine/#ors-engine In any case, I would advise you to switch to MMAP. Building or just running. You don't really have a choice with 512 MB of RAM. Switch |
Pull Request Checklist
have been resolved.
[Unreleased] heading.
along with a short description of what it is for, and documented this in the Pull Request (below).
(at least Germany), and the graphs build without problems (i.e. no out-of-memory errors).
importer etc.), I have generated longer distance routes for the affected profiles with different options
(avoid features, max weight etc.) and compared these with the routes of the same parameters and start/end
points generated from the current live ORS.
If there are differences then the reasoning for these MUST be documented in the pull request.
and why the change was needed.
Fixes # .
Information about the changes
Examples and reasons for differences between live ORS routes, and those generated from this pull request
Required changes to ors config (if applicable)