github.com/containers/podman/v5@v5.1.0-rc1/docs/source/markdown/options/cpu-period.md (about)

     1  ####> This option file is used in:
     2  ####>   podman build, container clone, create, farm build, run, update
     3  ####> If file is edited, make sure the changes
     4  ####> are applicable to all of those.
     5  #### **--cpu-period**=*limit*
     6  
     7  Set the CPU period for the Completely Fair Scheduler (CFS), which is a
     8  duration in microseconds. Once the container's CPU quota is used up, it will not
     9  be scheduled to run until the current period ends. Defaults to 100000
    10  microseconds.
    11  
    12  On some systems, changing the resource limits may not be allowed for non-root
    13  users. For more details, see
    14  https://github.com/containers/podman/blob/main/troubleshooting.md#26-running-containers-with-resource-limits-fails-with-a-permissions-error
    15  
    16  This option is not supported on cgroups V1 rootless systems.