nomad-driver-containerd icon indicating copy to clipboard operation
nomad-driver-containerd copied to clipboard

Add support for cpuset_cpus and cpuset_mems

Open shishir-a412ed opened this issue 1 year ago • 0 comments

  • This will add support for CPU and Memory pinning in nomad containerd-driver.
  • This is equivalent to the following docker create/run options.
--cpuset-cpus string             CPUs in which to allow execution (0-3, 0,1)
--cpuset-mems string             MEMs in which to allow execution (0-3, 0,1)

shishir-a412ed avatar Jul 24 '23 02:07 shishir-a412ed