mirror of https://github.com/docker/docs.git
commit
16655425ef
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue