getumbrel / umbrel-os

umbrelOS for Raspberry Pi 4 (only). Covert your Raspberry Pi into a home server in one click. For other hardware, checkout https://github.com/getumbrel/umbrel
https://umbrel.com
BSD 3-Clause "New" or "Revised" License
583 stars 56 forks source link

Add support for memory cgroup #189

Open x775 opened 3 years ago

x775 commented 3 years ago

Current build throws error cgroups: memory cgroup not supported on this system.

See https://archlinuxarm.org/forum/viewtopic.php?f=15&t=12086 for more information.

The alternative is using an older docker-ce, though adding the above to /boot/cmdline.txt appears to do the trick.

x775 commented 3 years ago

Sorted. Thanks.

3cola commented 3 years ago

you could also add support for cpuset at the same time ? (by adding also "cgroup_enable=cpuset" )