executor: add support for cpuset cgroup

This commit is contained in:
Nick Ethier
2021-04-12 23:59:31 -04:00
parent 1925f6b893
commit 5377be43ff
7 changed files with 330 additions and 317 deletions

View File

@@ -368,8 +368,6 @@ type LinuxResources struct {
CPUShares int64
MemoryLimitBytes int64
OOMScoreAdj int64
CpusetCPUs string
CpusetMems string
CpusetCgroupPath string