github.com/containers/podman/v5@v5.1.0-rc1/docs/source/markdown/options/cpuset-mems.md (about) 1 ####> This option file is used in: 2 ####> podman build, container clone, create, farm build, pod clone, pod create, run, update 3 ####> If file is edited, make sure the changes 4 ####> are applicable to all of those. 5 #### **--cpuset-mems**=*nodes* 6 7 Memory nodes (MEMs) in which to allow execution (0-3, 0,1). Only effective on 8 NUMA systems. 9 10 If there are four memory nodes on the system (0-3), use **--cpuset-mems=0,1** 11 then processes in the container only uses memory from the first 12 two memory nodes. 13 14 On some systems, changing the resource limits may not be allowed for non-root 15 users. For more details, see 16 https://github.com/containers/podman/blob/main/troubleshooting.md#26-running-containers-with-resource-limits-fails-with-a-permissions-error 17 18 This option is not supported on cgroups V1 rootless systems.