From 809dd15c521a4bc2d7f51f4d67cb043d63c40d96 Mon Sep 17 00:00:00 2001 From: Nicolas Vollmar Date: Mon, 27 May 2024 20:11:32 +0200 Subject: T6406: document cpu limit config option (cherry picked from commit 6742fa6314fdf448f814d18dac70a638587b75e6) --- docs/configuration/container/index.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/configuration/container/index.rst b/docs/configuration/container/index.rst index 4dacc6f4..39d7872c 100644 --- a/docs/configuration/container/index.rst +++ b/docs/configuration/container/index.rst @@ -133,6 +133,17 @@ Configuration - **always**: Restart containers when they exit, regardless of status, retrying indefinitely +.. cfgcmd:: set container name cpus + + This specifies the number of CPU resources the container can use. + + Default is 0 for unlimited. + For example, 1.25 limits the container to use up to 1.25 cores + worth of CPU time. + This can be a decimal number with up to three decimal places. + + The command translates to "--cpus=" when the container is created. + .. cfgcmd:: set container name memory Constrain the memory available to the container. -- cgit v1.2.3 From c024153b1453a8d42c70a7414629d86ebf1a6d34 Mon Sep 17 00:00:00 2001 From: Nicolas Vollmar Date: Tue, 28 May 2024 08:19:54 +0200 Subject: T6406: rename cpus to cpu (cherry picked from commit a983832d14c28888d035e774ee63c2f459b84aa4) --- docs/configuration/container/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/container/index.rst b/docs/configuration/container/index.rst index 39d7872c..399f2ef5 100644 --- a/docs/configuration/container/index.rst +++ b/docs/configuration/container/index.rst @@ -133,7 +133,7 @@ Configuration - **always**: Restart containers when they exit, regardless of status, retrying indefinitely -.. cfgcmd:: set container name cpus +.. cfgcmd:: set container name cpu-quota This specifies the number of CPU resources the container can use. -- cgit v1.2.3