I have a question regarding CPU isolation policy of mesos using cgroup. In
cgroup, there are multiple cpu resource isolation policies - controlling
"cpu.shares", quota ("cpu.cfs_quota_us"), or cpu core binding
("cpuset.cpus"). Among them, which method does mesos mainly use? I read
the CgroupsIsolator class in the source code, but it seems to set all three
values. thanks in advance.

-r

Reply via email to