summaryrefslogtreecommitdiff
path: root/docs/source/markdown/options/cpu-rt-runtime.md
blob: 64f0ec38b22256a1d458745fc950ff62ec8821f7 (plain)
1
2
3
4
5
6
7
8
9
10
#### **--cpu-rt-runtime**=*microseconds*

Limit the CPU real-time runtime in microseconds.

Limit the containers Real Time CPU usage. This option tells the kernel to limit the amount of time in a given CPU period Real Time tasks may consume. Ex:
Period of 1,000,000us and Runtime of 950,000us means that this container could consume 95% of available CPU and leave the remaining 5% to normal priority tasks.

The sum of all runtimes across containers cannot exceed the amount allotted to the parent cgroup.

This option is only supported on cgroups V1 rootful systems.