Hi,
On avnet Raspbian system (as delivered with IoT gateway) I have hard time to enable cgroup memory.
I added to cgroup_enable=memory cgroup_memory=1 /boot/cmdline.txt with no effect.
Is there any special trick needed?
Hi,
On avnet Raspbian system (as delivered with IoT gateway) I have hard time to enable cgroup memory.
I added to cgroup_enable=memory cgroup_memory=1 /boot/cmdline.txt with no effect.
Is there any special trick needed?
For anyone with the same need: in order to change kernel command line parameters on Avnet SmartEdge IoT Gateway you need to recompile the u-boot.
Sources are here: https://github.com/Avnet/smartedge-iiot-gateway-uboot
Insert your changes to CONFIG_BOOTCOMMAND= in file .config before recompiling the u-boot.
Content of /boot/cmdline.txt is ignored by this distribution.