Docker run error with OSM FILE found by graphhopper.sh

@YannaY

But when i runs, for the first time, my graphhopper docker, 1Gb is used by jar, the second time, only 300Mb?

Not sure, but my guess is it has something to do with having to build the graphs the first time, but every other time it wouldn’t. If you delete the docker image, and build it again it would probably run at 1Gb again.

PS. I think I’m having the exact same problem as you initially had, but even when i git checkout 0.13 and switch to ‘0.13’ branch, I cannot get graphhopper to start!

@YannaY, what changes did you make to your

  1. Dockerfile ?
  2. graphhopper.sh ?
  3. config-example.yml?

Aren’t those the only three files you need to modify to setup graphhopper with your own local .osm.pbf file?? What did you change in those files? Is there any other file I am missing?