#policy default
group creative {
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 = "253:0 1000000";
blkio.throttle.write_bps_device = "253:0 1000000";
}
}