From 8c49bde437a339587583860c5446db63b47ba250 Mon Sep 17 00:00:00 2001 From: hefeiyun Date: Tue, 6 Apr 2021 15:07:20 +0800 Subject: [PATCH] Update fluentd.md according to https://github.com/fluent/fluent-logger-golang/tree/master#bufferlimit, modify it. --- config/containers/logging/fluentd.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config/containers/logging/fluentd.md b/config/containers/logging/fluentd.md index 7d708c585b..38e97c715d 100644 --- a/config/containers/logging/fluentd.md +++ b/config/containers/logging/fluentd.md @@ -117,8 +117,10 @@ connection is established. Defaults to `false`. ### fluentd-buffer-limit -The amount of data to buffer before flushing to disk. Defaults to the amount of RAM -available to the container. +Sets the number of events buffered on the memory. Records will be stored in memory +up to this number. If the buffer is full, the call to record logs will fail. +The default is 8192. +(https://github.com/fluent/fluent-logger-golang/tree/master#bufferlimit) ### fluentd-retry-wait