nomad-driver-containerd
nomad-driver-containerd copied to clipboard
Add support for cpuset_cpus and cpuset_mems
- 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)