Skip to content
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

OOM issue #105

Closed
kuzm1ch opened this issue Mar 4, 2022 · 1 comment
Closed

OOM issue #105

kuzm1ch opened this issue Mar 4, 2022 · 1 comment

Comments

@kuzm1ch
Copy link
Contributor

kuzm1ch commented Mar 4, 2022

Screenshot 2022-03-04 at 20 49 13

$ docker ps -a
CONTAINER ID   IMAGE                             COMMAND                  CREATED          STATUS                        PORTS     NAMES
12b8c086e5ec   12b8c086e5ec                      "./main"                 23 hours ago     Exited (137) 11 hours ago               hardcore_galileo
docker inspect 12b8c086e5ec 
*****
            "Labels": {
                "org.opencontainers.image.created": "2022-03-03T17:42:18.035Z",
                "org.opencontainers.image.description": "",
                "org.opencontainers.image.licenses": "",
                "org.opencontainers.image.revision": "57aed46ac95d8137a56157ad4596dde845ad2b0f",
                "org.opencontainers.image.source": "https://github.com/Arriven/db1000n",
                "org.opencontainers.image.title": "db1000n",
                "org.opencontainers.image.url": "https://github.com/Arriven/db1000n",
                "org.opencontainers.image.version": "v0.5.9"
            }

If this issue is related to the older app version, just close it.

thanks for tool btw

@arriven
Copy link
Owner

arriven commented Mar 4, 2022

$ docker ps -a
CONTAINER ID   IMAGE                             COMMAND                  CREATED          STATUS                        PORTS     NAMES
12b8c086e5ec   12b8c086e5ec                      "./main"                 23 hours ago     Exited (137) 11 hours ago               hardcore_galileo

Am I right to assume that it was successfully running for around 12 hours based on this? If so I'd rather assume that it was some config with too many targets. As someone also suggested you can add --restart always to restart the app if it fails for that reason

@arriven arriven closed this as completed Mar 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants