diff options
author | Toshiki Sonoda <sonoda.toshiki@fujitsu.com> | 2022-08-22 17:45:31 +0900 |
---|---|---|
committer | surume <surume@surume> | 2022-08-22 21:07:42 +0900 |
commit | f8e73eadd2a6792dc941902b2854949c044a511b (patch) | |
tree | aac56196f25d202fcef7b2eaf1eaae372ca7cadd /docs/source/markdown/options/cpuset-mems.md | |
parent | 31bb53f5ffccfa98e991901417b06fc6ab7b19d9 (diff) | |
download | podman-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/cpuset-mems.md')
-rw-r--r-- | docs/source/markdown/options/cpuset-mems.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/source/markdown/options/cpuset-mems.md b/docs/source/markdown/options/cpuset-mems.md index d2d13eb54..1eeab7b13 100644 --- a/docs/source/markdown/options/cpuset-mems.md +++ b/docs/source/markdown/options/cpuset-mems.md @@ -6,3 +6,7 @@ NUMA systems. If there are four memory nodes on the system (0-3), use **--cpuset-mems=0,1** then processes in the container will only use memory from the first two memory nodes. + +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 |