summaryrefslogtreecommitdiff
path: root/libpod.conf
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@pm.me>2019-02-18 16:30:46 -0500
committerMatthew Heon <matthew.heon@pm.me>2019-02-25 17:43:25 -0500
commit5b010ee58b1c9053fc9113d5a4dcb6d28c16798e (patch)
treef62deaa92698a8cd1018a4e9e484a1137a2630f7 /libpod.conf
parent228d1cbcd372b086669e35c1237fc5064b24ea7d (diff)
downloadpodman-5b010ee58b1c9053fc9113d5a4dcb6d28c16798e.tar.gz
podman-5b010ee58b1c9053fc9113d5a4dcb6d28c16798e.tar.bz2
podman-5b010ee58b1c9053fc9113d5a4dcb6d28c16798e.zip
Add num_locks to the default libpod config
Allow adjusting number of locks in libpod.conf via an already available knob we previously didn't expose in the default config file. Signed-off-by: Matthew Heon <matthew.heon@pm.me>
Diffstat (limited to 'libpod.conf')
-rw-r--r--libpod.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/libpod.conf b/libpod.conf
index c4e7dc628..8d6158ed5 100644
--- a/libpod.conf
+++ b/libpod.conf
@@ -88,6 +88,12 @@ pause_command = "/pause"
# Default libpod support for container labeling
# label=true
+# Number of locks available for containers and pods.
+# If this is changed, a lock renumber must be performed (e.g. with the
+# 'podman system renumber' command).
+num_locks = 2048
+
+# Default OCI runtime
runtime = "runc"
# Paths to look for a valid OCI runtime (runc, runv, etc)