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

My dockers are hungry for memory #28

Open
chr-le opened this issue Sep 13, 2023 · 1 comment
Open

My dockers are hungry for memory #28

chr-le opened this issue Sep 13, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@chr-le
Copy link

chr-le commented Sep 13, 2023

Hi there,
I have running 5 hetzner-ddns-dockers for my subdomains. The functionality is really good.

services: xxx.yyy.com: image: kutzilla/hetzner-ddns:latest restart: always environment: ZONE_NAME: yyy.com API_TOKEN: ''''''' RECORD_TYPE: A RECORD_NAME: xxx CRON_EXPRESSION: "*/5 * * * *" TTL: 300 #deploy: # resources: # limits: # memory: 18M

But I have seen, after about 3 days, every docker consumes 36 MB RAM. At start time every docker took 8 MB. When I let it go, all dockers consumes a GB RAM after some weeks.

So I have restricted the Memory with ressoures/limits/memory. As a result the docker crashes, restarts and crashes again after some days. Not beautiful, but it saves meory ;-).

Have I forgot a configuration parameter or ist it possible to mount a garbage-drive?

@kutzilla kutzilla added the bug Something isn't working label Oct 7, 2023
@kutzilla
Copy link
Owner

kutzilla commented Oct 7, 2023

Thank you for the feedback. I will look into that. So far I didn't experience it myself. But there is huge need to update the dependencies and certain features. While I'm working on that, I will observe if there is an issue regarding RAM usage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants