#policy default
group riomarke {
cpu {
#cpu.cfs_quota_us = 100000;
#cpu.cfs_period_us = 100000;
}
memory {
#memory.limit_in_bytes = 512M;
#memory.memsw.limit_in_bytes = 512M;
}
blkio {
#blkio.throttle.read_bps_device = "8:0 1000000";
#blkio.throttle.write_bps_device = "8:0 1000000";
}
}