summaryrefslogtreecommitdiff
path: root/docs/source/markdown/options/cpu-rt-period.md
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-08-10 10:20:45 +0000
committerGitHub <noreply@github.com>2022-08-10 10:20:45 +0000
commitc4a35313c93b4384766af914bd1241bb77ebdbe5 (patch)
tree3f8ae6fd22ad1065d4df83ab6f717cf7497f6ca7 /docs/source/markdown/options/cpu-rt-period.md
parent84502fc1447867aba66ea6725e22bb57cddce42c (diff)
parent2bcee9f627b2cd1e3fe588b581aff05821f5841d (diff)
downloadpodman-c4a35313c93b4384766af914bd1241bb77ebdbe5.tar.gz
podman-c4a35313c93b4384766af914bd1241bb77ebdbe5.tar.bz2
podman-c4a35313c93b4384766af914bd1241bb77ebdbe5.zip
Merge pull request #15260 from edsantiago/docs_dedup_continued
Man pages: refactor common options
Diffstat (limited to 'docs/source/markdown/options/cpu-rt-period.md')
-rw-r--r--docs/source/markdown/options/cpu-rt-period.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/source/markdown/options/cpu-rt-period.md b/docs/source/markdown/options/cpu-rt-period.md
new file mode 100644
index 000000000..9014beb33
--- /dev/null
+++ b/docs/source/markdown/options/cpu-rt-period.md
@@ -0,0 +1,7 @@
+#### **--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 not supported on cgroups V2 systems.