summaryrefslogtreecommitdiff
path: root/docs/libpod.conf.5.md
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-02-26 10:37:59 +0100
committerGitHub <noreply@github.com>2019-02-26 10:37:59 +0100
commitf9ef82ee7cf59deab6bf1b19e531fc02efe6a0d7 (patch)
treed9340055efebc4ca9d755fd9bd08a62b600fdc7d /docs/libpod.conf.5.md
parent993b3a17c58826365136f49d7760f8ac88e320b2 (diff)
parent5b010ee58b1c9053fc9113d5a4dcb6d28c16798e (diff)
downloadpodman-f9ef82ee7cf59deab6bf1b19e531fc02efe6a0d7.tar.gz
podman-f9ef82ee7cf59deab6bf1b19e531fc02efe6a0d7.tar.bz2
podman-f9ef82ee7cf59deab6bf1b19e531fc02efe6a0d7.zip
Merge pull request #2362 from mheon/add_locks_to_config
Add num_locks to the default libpod config
Diffstat (limited to 'docs/libpod.conf.5.md')
-rw-r--r--docs/libpod.conf.5.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/libpod.conf.5.md b/docs/libpod.conf.5.md
index 0c11e2013..0836c45fa 100644
--- a/docs/libpod.conf.5.md
+++ b/docs/libpod.conf.5.md
@@ -82,6 +82,11 @@ libpod to manage containers.
**label**="true|false"
Indicates whether the containers should use label separation.
+**num_locks**=""
+ Number of locks available for containers and pods. Each created container or pod consumes one lock.
+ The default number available is 2048.
+ If this is changed, a lock renumbering must be performed, using the `podman system renumber` command.
+
## FILES
`/usr/share/containers/libpod.conf`, default libpod configuration path