From bb0d76e8c532d2805fd8545c0d4e105ad4c7557f Mon Sep 17 00:00:00 2001 From: Mrunal Patel Date: Wed, 11 Oct 2017 14:56:17 -0700 Subject: [PATCH] docs: Add documentation for status worker/queue Signed-off-by: Mrunal Patel --- docs/crio.conf.5.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/crio.conf.5.md b/docs/crio.conf.5.md index 32cac7a4..8e65fe28 100644 --- a/docs/crio.conf.5.md +++ b/docs/crio.conf.5.md @@ -78,12 +78,18 @@ Example: **conmon_env**=[] Environment variable list for conmon process (default: ["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",]) +**container_status_queue_size**="" + Number of container status events that could be buffered in the job queue. + **log_size_max**="" Maximum sized allowed for the container log file (default: -1) Negative numbers indicate that no size limit is imposed. If it is positive, it must be >= 8192 (to match/exceed conmon read buffer). The file is truncated and re-opened so the limit is never exceeded. +**num_status_workers**="" + Number of goroutines spawned to update container status asynchronously. + **pids_limit**="" Maximum number of processes allowed in a container (default: 1024)