-
Notifications
You must be signed in to change notification settings - Fork 74
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
memory not being released #63
Comments
Sounds like every request is behaving like an instance of it's own, so cached memory is not being reused in case of subsequent requests (same request). |
the way the tile cache works it shouldn't be possible (I think), also I don't see how that should be caused by the way we run things in the container. I guess it's some weird interaction of the docker entrypoint script and docker.. maybe the |
See discussion in #81 |
@nmalasevic just encountered a serious flaw in our image, not being present in the upstream valhalla image:
valhalla/valhalla#3556 (comment)
also sounds pretty terrible to debug.. open for suggestions!:)
The text was updated successfully, but these errors were encountered: