-
-
Notifications
You must be signed in to change notification settings - Fork 182
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
Bug: Swap memory almost entirely consumed by ddns-updater #729
Comments
- Clearer `ddns-updater` process name than `app` - Refers to issue #729
That's strange, what does By the way, I just changed it from |
Hey, I think I've resolved my swap space issue, it wasn't the ddns-updater app, but it looked to be gluetun. I added |
That's strange. Unbound does use memory for sure, due to its blocklists mostly, but it should stay at around 500MB. |
TLDR: Describe your issue in a one liner here
SWAP space almost entirely consumed by ddns-updater no matter what the swap space is on the system after some time of the container running.
htop
I see the container showing as a process called 'app'. When digging into it I see the path /updater/app that helped me to originally identify this was coming from ddns-updater and it was an in-container path. Stopping ddns-updater resolved this. I added the memory limits to the compose file to see if I could limit the app's usage, but it barreled past that so I assume that's not doing much, haha.Logs:
Nothing unusual in the logs.
Configuration file (remove your credentials!):
Host OS:
Ubuntu 22.04.4 LTS x86_64
The text was updated successfully, but these errors were encountered: