From f8e73eadd2a6792dc941902b2854949c044a511b Mon Sep 17 00:00:00 2001 From: Toshiki Sonoda Date: Mon, 22 Aug 2022 17:45:31 +0900 Subject: [CI:DOCS] Update how to enable resource limit delegation Add a information about `cpu-shares` option and `CPUSET` limits. Signed-off-by: Toshiki Sonoda --- docs/source/markdown/options/cpu-shares.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/source/markdown/options/cpu-shares.md') 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 -- cgit v1.2.3-54-g00ecf