Ubuntu Pastebin

Paste from jscatala at Tue, 17 Oct 2017 19:15:50 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
#cat /etc/cgconfig.conf 
group no_halt {
    perm {
        admin {
            uid = 1001;
        }
        task {
            uid = 1001;
        }
    }
    
    memory {
        memory.limit_in_bytes = 1610612736;
    }
}

#cat /etc/cgrules.conf 
daniel    memory     no_halt/
Download as text