Files
podman/docs/source/markdown/options/cpu-rt-period.md
Daniel J Walsh 7665bbc127 Remove 'you' from man pages
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2022-12-07 09:29:29 -05:00

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.