github.com/containers/podman/v5@v5.1.0-rc1/docs/source/markdown/options/cpuset-cpus.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-cpus**=*number*
     6  
     7  CPUs in which to allow execution. Can be specified as a comma-separated list
     8  (e.g. **0,1**), as a range (e.g. **0-3**), or any combination thereof
     9  (e.g. **0-3,7,11-15**).
    10  
    11  On some systems, changing the resource limits may not be allowed for non-root
    12  users. For more details, see
    13  https://github.com/containers/podman/blob/main/troubleshooting.md#26-running-containers-with-resource-limits-fails-with-a-permissions-error
    14  
    15  This option is not supported on cgroups V1 rootless systems.