Skip to content

Commit 9f551b2

Browse files
committed
Add a description for Max_Stdio parameter
Signed-off-by: Hiroshi Hatake <[email protected]>
1 parent 20bf74f commit 9f551b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

administration/configuring-fluent-bit/classic-mode/configuration-file.md

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ are:
4444
| `scheduler.base` | Set a base of exponential backoff. Supported in v1.8.7 and greater. | `5` |
4545
| `json.convert_nan_to_null` | If enabled, `NaN` converts to `null` when Fluent Bit converts `msgpack` to `json`. | `false` |
4646
| `sp.convert_from_str_to_num` | If enabled, Stream processor converts from number string to number type. | `true` |
47+
| `max_stdio` | If specified, the limit of stdio is adjusted. Only provided for Windows. From 512 to 2048 is allowed. | `512` |
4748

4849
The following is an example of a `SERVICE` section:
4950

0 commit comments

Comments
 (0)