mirror of
https://github.com/containers/podman.git
synced 2025-05-31 15:42:48 +08:00
469 B
469 B
####> This option file is used in: ####> podman container clone, create, run, update ####> If file is edited, make sure the changes ####> are applicable to all of those.
--cpu-rt-period=microseconds
Limit the CPU real-time period in microseconds.
Limit the container's Real Time CPU usage. This option tells the kernel to restrict the container's Real Time CPU usage to the period specified.
This option is only supported on cgroups V1 rootful systems.