hey im trying to run docker on a banana pi m2+ running debian with kernel 5.1.1 when on a raspberry pi i would add cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory to the end of /boot/cmdline.txt to load these modules on boot what is the alternative in bananapi?
It’s almost the same way, find the bootscript file of your image, and append “cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory” to the bootargs or other env which will pass to kernel cmdline.