Skip to content

Commit 3e285e2

Browse files
committed
Add a description for Windows.Max_Stdio parameter
Signed-off-by: Hiroshi Hatake <[email protected]>
1 parent 21a43f7 commit 3e285e2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ The `Service` section defines global properties of the service. The following ke
3636
| `scheduler.base` | Set a base of exponential backoff. Supported in v1.8.7 and greater. | `5` |
3737
| `json.convert_nan_to_null` | If enabled, `NaN` converts to `null` when Fluent Bit converts `msgpack` to `json`. | `false` |
3838
| `sp.convert_from_str_to_num` | If enabled, Stream processor converts from number string to number type. | `true` |
39+
| `windows.maxstdio` | If specified, the limit of stdio is adjusted. Only provided for Windows. From 512 to 2048 is allowed. | `512` |
3940

4041
The following is an example of a `SERVICE` section:
4142

administration/configuring-fluent-bit/yaml/configuration-file.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ The `service` section defines the global properties of the service. The Service
8181
| `scheduler.cap` | Set a maximum retry time in seconds. Supported from v1.8.7. | `2000` |
8282
| `scheduler.base` | Sets the base of exponential backoff. Supported from v1.8.7. | `5` |
8383
| `json.convert_nan_to_null` | If enabled, NaN is converted to null when Fluent Bit converts `msgpack` to JSON. | `false` |
84-
| `sp.convert_from_str_to_num` | If enabled, Stream processor converts from number string to number type. | `true |
84+
| `sp.convert_from_str_to_num` | If enabled, Stream processor converts from number string to number type. | `true` |
85+
| `windows.maxstdio` | If specified, the limit of stdio is adjusted. Only provided for Windows. From 512 to 2048 is allowed. | `512` |
8586

8687
The following is an example of a `service` section:
8788

0 commit comments

Comments
 (0)