docs: Add documentation for status worker/queue
Signed-off-by: Mrunal Patel <mpatel@redhat.com>
This commit is contained in:
parent
a283ade632
commit
bb0d76e8c5
1 changed files with 6 additions and 0 deletions
|
@ -78,12 +78,18 @@ Example:
|
||||||
**conmon_env**=[]
|
**conmon_env**=[]
|
||||||
Environment variable list for conmon process (default: ["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",])
|
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**=""
|
**log_size_max**=""
|
||||||
Maximum sized allowed for the container log file (default: -1)
|
Maximum sized allowed for the container log file (default: -1)
|
||||||
Negative numbers indicate that no size limit is imposed.
|
Negative numbers indicate that no size limit is imposed.
|
||||||
If it is positive, it must be >= 8192 (to match/exceed conmon read buffer).
|
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.
|
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**=""
|
**pids_limit**=""
|
||||||
Maximum number of processes allowed in a container (default: 1024)
|
Maximum number of processes allowed in a container (default: 1024)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue