Преглед на файлове

cri-o: Set max log size to 50 mb

Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
Mrunal Patel преди 7 години
родител
ревизия
c3ecea4b95
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      roles/docker/templates/crio.conf.j2

+ 1 - 1
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.