C) INSTALL LXC
C1)
Quote:
#aptitude install lxc |
C2)
Quote:
#mkdir /cgroup |
C3) Add the following line in /etc/fstab using a text editor:
Quote:
cgroup /cgroup cgroup defaults 0 0 |
C4)
Quote:
#mount -a |
C2)
Quote:
#lxc-checkconfig |
You will see something like below:
Quote:
$
lxc-checkconfig |
The only thing that you cannot do with the vanilla debian squeeze
kernel reporting 'Cgroup memory controller: missing' parameter is to
allocate memory. One can recompile the kernel with memory controller
enabled in a debian way (shall explain in another tutorial if
needed), but it hogs 2-3% of CPU resources.
PreviousNext