Add log size max configuration

Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
This commit is contained in:
Mrunal Patel 2017-09-25 15:27:21 -07:00
parent a8ee86b1cc
commit c7f5347673
2 changed files with 15 additions and 0 deletions

View file

@ -108,6 +108,10 @@ hooks_dir_path = "{{ .HooksDirPath }}"
# pids_limit is the number of processes allowed in a container
pids_limit = {{ .PidsLimit }}
# log_size_max is the max limit for the container log size in bytes.
# Negative values indicate that no limit is imposed.
log_size_max = {{ .LogSizeMax }}
# The "crio.image" table contains settings pertaining to the
# management of OCI images.
[crio.image]