-
Notifications
You must be signed in to change notification settings - Fork 1
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
Container stops working after some time #5
Comments
I'm guessing it's because of memory limitations. I'm running the container on a rpi 3b+ with 1GB of RAM and I read this: https://success.docker.com/article/what-causes-a-container-to-exit-with-code-137
This link also relates docker and java memory issues: https://developers.redhat.com/blog/2017/03/14/java-inside-docker/ |
Hi sorry, it took some time. docker stats says: My startup script: version=3.2.10-1-lomem docker run -d \ I know this is not how it is originally implemented by TP Links but it runs wel over here |
My docker stats looks good (it's better if you use formatting as code next time ;-) )
It's running 46 hours now, but as you see it's not the only container I'm running. |
I'm still investigating this, but the container stops working after some time: Exited (137)
The docker logs doesn't show anything special.
The text was updated successfully, but these errors were encountered: