All pastes #2106885 Raw Edit

Someone

public text v1 · immutable
#2106885 ·published 2012-01-27 22:14 UTC
rendered paste body
mount {
        blkio = /sys/fs/cgroup/blkio;
}

group high {
        blkio {
                blkio.weight = "1000";
        }
}

group medium {
        blkio {
                blkio.weight = "500";
        }
}

group low {
        blkio {
                blkio.weight = "100";
        }
}