From c3ecea4b9534bb7c487f3b1193aaae9f2de13306 Mon Sep 17 00:00:00 2001 From: Mrunal Patel Date: Fri, 27 Oct 2017 09:59:12 -0700 Subject: cri-o: Set max log size to 50 mb Signed-off-by: Mrunal Patel --- roles/docker/templates/crio.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/docker/templates/crio.conf.j2 b/roles/docker/templates/crio.conf.j2 index b715c2ffa..93014a80d 100644 --- a/roles/docker/templates/crio.conf.j2 +++ b/roles/docker/templates/crio.conf.j2 @@ -108,7 +108,7 @@ pids_limit = 1024 # 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 = -1 +log_size_max = 52428800 # The "crio.image" table contains settings pertaining to the # management of OCI images. -- cgit v1.2.3