markdegrootnl / unifi-protect-arm64

Run UniFi Protect in Docker on ARM64 hardware
128 stars 25 forks source link

cgroups: memory cgroup not supported on this system (on RPi 3 + latest 64-bit Raspbian) #22

Open grinya007 opened 1 year ago

grinya007 commented 1 year ago

Hi Mark! Thank you for your work! So I managed to start the container on RPi 3 but the container itself doesn't produce any logs (I assume because unifi-protect doesn't actually stat) The error from containerd that I see in syslog says:

Jul 17 20:55:46 pi containerd[513]: time="2023-07-17T20:55:46.248151129+01:00" level=error msg="add cg to OOM monitor" error="cgroups: memory cgroup not supported on this system"
miguemely commented 1 year ago

This might not actually be related to his docker container, but how containerd is setup for you.

See https://github.com/moby/moby/issues/35587 for details