12 lines
469 B
Markdown
12 lines
469 B
Markdown
####> 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.
|