From ae8a5a89271ac765022fa2375f9793982578bf14 Mon Sep 17 00:00:00 2001 From: Tsubasa Watanabe Date: Fri, 18 Nov 2022 10:42:10 +0900 Subject: [PATCH] Modify man page of "--pids-limit" option to correct a default value. Correct the documented default number of pids limit from 4096 to 2048. Signed-off-by: Tsubasa Watanabe --- docs/source/markdown/options/pids-limit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/markdown/options/pids-limit.md b/docs/source/markdown/options/pids-limit.md index 14cb89cb3a..fa71deee66 100644 --- a/docs/source/markdown/options/pids-limit.md +++ b/docs/source/markdown/options/pids-limit.md @@ -4,4 +4,4 @@ ####> are applicable to all of those. #### **--pids-limit**=*limit* -Tune the container's pids limit. Set to **-1** to have unlimited pids for the container. The default is **4096** on systems that support "pids" cgroup controller. +Tune the container's pids limit. Set to **-1** to have unlimited pids for the container. The default is **2048** on systems that support "pids" cgroup controller.