aboutsummaryrefslogtreecommitdiff
path: root/docs/source/markdown/options/cpu-shares.md
diff options
context:
space:
mode:
authorToshiki Sonoda <sonoda.toshiki@fujitsu.com>2022-08-22 17:45:31 +0900
committersurume <surume@surume>2022-08-22 21:07:42 +0900
commitf8e73eadd2a6792dc941902b2854949c044a511b (patch)
treeaac56196f25d202fcef7b2eaf1eaae372ca7cadd /docs/source/markdown/options/cpu-shares.md
parent31bb53f5ffccfa98e991901417b06fc6ab7b19d9 (diff)
downloadpodman-f8e73eadd2a6792dc941902b2854949c044a511b.tar.gz
podman-f8e73eadd2a6792dc941902b2854949c044a511b.tar.bz2
podman-f8e73eadd2a6792dc941902b2854949c044a511b.zip
[CI:DOCS] Update how to enable resource limit delegation
Add a information about `cpu-shares` option and `CPUSET` limits. Signed-off-by: Toshiki Sonoda <sonoda.toshiki@fujitsu.com>
Diffstat (limited to 'docs/source/markdown/options/cpu-shares.md')
-rw-r--r--docs/source/markdown/options/cpu-shares.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/source/markdown/options/cpu-shares.md b/docs/source/markdown/options/cpu-shares.md
index a5aacd2ca..c2115c1bf 100644
--- a/docs/source/markdown/options/cpu-shares.md
+++ b/docs/source/markdown/options/cpu-shares.md
@@ -33,3 +33,7 @@ this can result in the following division of CPU shares:
| 100 | C0 | 0 | 100% of CPU0 |
| 101 | C1 | 1 | 100% of CPU1 |
| 102 | C1 | 2 | 100% of CPU2 |
+
+On some systems, changing the resource limits may not be allowed for non-root
+users. For more details, see
+https://github.com/containers/podman/blob/main/troubleshooting.md#26-running-containers-with-resource-limits-fails-with-a-permissions-error