Skip to content

Commit aa60709

Browse files
authored
Merge pull request #67882 from abrennan89/OBSDOCS-82
OBSDOCS-82: Fix totalLimitSize value
2 parents 0faed3a + 319a07b commit aa60709

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/cluster-logging-collector-tuning.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Module included in the following assemblies:
22
//
3-
// * logging/cluster-logging-collector.adoc
3+
// * logging/log_collection_forwarding/cluster-logging-collector.adoc
44

55
:_mod-docs-content-type: PROCEDURE
66
[id="cluster-logging-collector-tuning_{context}"]
@@ -45,7 +45,7 @@ These parameters are:
4545

4646
|`totalLimitSize`
4747
|The maximum size of the buffer, which is the total size of the stage and the queue. If the buffer size exceeds this value, Fluentd stops adding data to chunks and fails with an error. All data not in chunks is lost.
48-
|`8G`
48+
|Approximately 15% of the node disk distributed across all outputs.
4949

5050
|`flushInterval`
5151
|The interval between chunk flushes. You can use `s` (seconds), `m` (minutes), `h` (hours), or `d` (days).

0 commit comments

Comments
 (0)