July 30, 2025Jul 30 Hi, I'm receiving out of memory errors.The syslog shows: "Memory cgroup out of memory: Killed process 31086 (python)".I'm trying to understand if this is a specific docker container causing this, a plugin, or something else.Alan mickey-diagnostics-20250730-1621.zip
July 31, 2025Jul 31 Community Expert Solution 17 hours ago, AlanC said:Hi, I'm receiving out of memory errors.The syslog shows: "Memory cgroup out of memory: Killed process 31086 (python)".I'm trying to understand if this is a specific docker container causing this, a plugin, or something else.Alanmickey-diagnostics-20250730-1621.zipWhatever container you have running that python instance is hitting its memory limit and is being culled. Frigate also caused the host to OOM around the same time and was killed by the kernel, you should configure the cache for the transcode to go to disk.When you've resolved it, you can restart to clear the log so FCP doesn't keep warning you.
July 31, 2025Jul 31 Author Thanks, but how do I know which container is running the python instance please?
August 1, 2025Aug 1 Community Expert 17 hours ago, AlanC said:Thanks, but how do I know which container is running the python instance please?from the command line run ps -auxf > ps.txt that will create a file with all the running processes and what kicked them off
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.