This is a tutorial about the installation of Homeassistant Supervised on your Raspberry Pi 5 running Raspberry Pi OS 64bit
34
stars
10
forks
source link
'error="cgroups: memory cgroup not supported on this system"' in logs #9
Closed
HuckleberryLovesYou closed 2 months ago
Created new issue out of issue #1 by corgan2222
If you get log messages like:
Fix it by adding "cgroup_memory=1" and "cgroup_enable=memory" in /boot/firmware/cmdline.txt:
Add this to cmdline.txt:
And now reboot your system:
For further information, take a look at his message.
Thanks corgan2222