Cgroups - howto

From Skytech
Revision as of 11:32, 20 September 2014 by Martin (talk | contribs)
Jump to navigation Jump to search


Howto - cgroups

This is only for debian wheezy

Prereq

apt-get install cgroup-bin 

Enable cgroups memory configuration

This is disabled by default in wheezy (installed though), so activate via:

vim /etc/default/grub
# Add cgroup_enable=memory to GRUB_CMDLINE_KERNEL:
GRUB_CMDLINE_LINUX="cgroup_enable=memory"
update-grub2

Mount cgroups

Add to /etc/fstab

cgroup  /sys/fs/cgroup  cgroup  defaults  0   0