Ubuntu Pastebin

Paste from cgroups at Fri, 6 Nov 2015 05:53:49 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
cgconfig.conf

group an {
       perm {
                admin {
                        uid = root;
                        gid = root;
                }
                task {
                        uid = libvirt-qemu;
                        gid = kvm;
                }
       }
       memory {
                memory.limit_in_bytes = 20G;
                memory.use_hierarchy = 1;
      }
}


cgrules.conf

ibvirt-qemu            memory          an
Download as text