Replies: 7 comments 8 replies
-
I also see that you have quite a lot of changedetection processes running.... or is it just one? |
Beta Was this translation helpful? Give feedback.
-
this screenshots are taken after a container restart |
Beta Was this translation helpful? Give feedback.
-
I am also experiencing the same issue. There is a discussion in this pr with more details, but no solution |
Beta Was this translation helpful? Give feedback.
-
For now the workaround that I am using is to create a separate service that automatically restarts changedetectio each night. https://github.com/adripo/changedetection.io/blob/patch-1/docker-compose.yml#L93 |
Beta Was this translation helpful? Give feedback.
-
I will say this
|
Beta Was this translation helpful? Give feedback.
-
I would not prefer to restart the container every 15 minutes, my logs collection would be full of useless spam and I don't want to create overhead working on an exception to that; I think I'll leave the daily check and the memory limit for now. Thank you for your time and keep it up, it's a great project! |
Beta Was this translation helpful? Give feedback.
-
Also if anyone has input on this comment #1840 (comment) and how to move to that library |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
The docker container has a memory leak, I'm on the latest image version.
After it has reached 17gb of host's ram usage I limited the container available memory to 512mb and since then the container spit out this kernel error three/four times a day:
kernel: Memory cgroup out of memory: Killed process 3305847 (python) total-vm:1743496kB, anon-rss:364896kB, file-rss:9984kB, shmem-rss:0kB, UID:0 pgtables:1012kB oom_score_adj:0
because it now kills the memory leaking process when the memory threshold is reached, instead of occupying more ram
Version
0.45.3
Screenshots
htop inside the container
Additional context
I have 12 active watches
any clue?
Beta Was this translation helpful? Give feedback.
All reactions