Brad Colbert
Brad Colbert
Hello, thank you all for the hard work. I too am running into an issue were memory is just climbing and not being freed. Running latest (v1.4, a few months...
Ian, thank you for the information. How recent of a version should I look at that have the memory issues plugged? Is max cache set in valhalla.json?
I'm having the same problem. Trying a LONG route from Alaska, US to Mexico City, MX which is an "aggressive" test we do inhouse. I've changed valhalla_build_config (max_distance from 200000,...
> did you change the configuration for trace route rather than route? You would need to change the max_distance under service_limits truck if you are looking to do a truck...
The file is "valhalla_build_config", so based on the name, does that mean I have to rebuild valhalla when I make a change?
> your request worked for me with config for truck as follows: "truck": { "max_distance": 50000000.0, "max_locations": 20, "max_matrix_distance": 400000.0, "max_matrix_location_pairs": 50 } This is with a mostly current Valhalla...
> If it’s still our image you’re using, that may well be, there’s been a couple of weird bugs depending on the exact setup. I'm using docker.pkg.github.com/gis-ops/docker-valhalla/valhalla:latest (until 3.1.5 lands)....
> > your request worked for me with config for truck as follows: "truck": { "max_distance": 50000000.0, "max_locations": 20, "max_matrix_distance": 400000.0, "max_matrix_location_pairs": 50 } This is with a mostly current...
> in fact we're testing for that (almost) exact config change in the docker repo and the tests just passed a few hours ago: https://github.com/gis-ops/docker-valhalla/blob/a503d556a75661a644c25b16fa82eafa89b3f963/tests/test.sh#L80-L87 > > best way to...
Nils, great, thank you. Once my rebuild is complete I'll try that. Thank you.