Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
CPU limits don't work on RaspberryPi2 #2361
Comments
om26er
changed the title from
CPU limits don't work on RaspberryPi
to
CPU limits don't work on RaspberryPi2
Sep 11, 2016
rst0git
commented
Sep 11, 2016
•
|
Hi, #1554 --> Try to install Also you can see in the source code here -> https://github.com/lxc/lxd/blob/master/lxd/daemon.go#L647 :) Hope this helps |
|
The fact that you only received two warnings instead of one for every controller, suggests that your kernel just doesn't have support for the pids and cpuset controllers which is a bit weird given that the other Ubuntu 4.4 kernels sure do. So I'd recommend you check /proc/mounts to make sure that all the other controllers are mounted (by systemd) and if that's the case, then file a bug against the Ubuntu rpi2 kernel to have them enable those two cgroup controllers. |
om26er commentedSep 11, 2016
•
Edited 1 time
-
om26er
Sep 11, 2016
Required information
Issue description
CPU limits config does not work on a RPi2. My all 4 cores are always exposed to my containers
Steps to reproduce
Information to attach