aboutsummaryrefslogtreecommitdiff
path: root/docs/source/markdown/options/cpu-shares.md
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-08-22 13:27:43 -0400
committerGitHub <noreply@github.com>2022-08-22 13:27:43 -0400
commit509407cac87206759d3a20cb636071de31651aa5 (patch)
treefb37a3af10f2b8a6dbcc75e6d5c0ac8b10d6f310 /docs/source/markdown/options/cpu-shares.md
parent898d37cebe9a91f8d67ba1e50a4a0045f1c48020 (diff)
parentf8e73eadd2a6792dc941902b2854949c044a511b (diff)
downloadpodman-509407cac87206759d3a20cb636071de31651aa5.tar.gz
podman-509407cac87206759d3a20cb636071de31651aa5.tar.bz2
podman-509407cac87206759d3a20cb636071de31651aa5.zip
Merge pull request #15403 from sstosh/cgroups-cpuset
[CI:DOCS] Update how to enable resource limit delegation
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