Update fluentd.md

according to https://github.com/fluent/fluent-logger-golang/tree/master#bufferlimit, modify it.
This commit is contained in:
hefeiyun 2021-04-06 15:07:20 +08:00 committed by GitHub
parent 64f24412f3
commit 8c49bde437
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -117,8 +117,10 @@ connection is established. Defaults to `false`.
### fluentd-buffer-limit ### fluentd-buffer-limit
The amount of data to buffer before flushing to disk. Defaults to the amount of RAM Sets the number of events buffered on the memory. Records will be stored in memory
available to the container. 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 ### fluentd-retry-wait