Skip to content

DrewRay/valhalla-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerfile for Valhalla

To build the Docker image issue:

./build.sh

To run instead issue:

./run-valhalla.sh

note in order to get this stuff to run i needed more memory, i know it works with 100GB swap, re-running now to see if it can run in 24g

sudo fallocate -l 24G /dockerdata/tempswap
sudo chmod 666 /dockerdata/tempswap
175  sudo mkswap /dockerdata/tempswap
176  sudo swapon /dockerdata/tempswap

About

Dockerfile for Mapzen's Valhalla router

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 78.1%
  • Shell 21.9%