From 035c7384a8846c4c11bb7cec6dea4d2dbb7886fa Mon Sep 17 00:00:00 2001 From: Hiroshi Hatake Date: Wed, 14 Aug 2024 12:52:42 +0900 Subject: [PATCH] Update pipeline/inputs/exec-wasi.md Co-authored-by: Craig Norris <112565517+cnorris-cs@users.noreply.github.com> Signed-off-by: Hiroshi Hatake --- pipeline/inputs/exec-wasi.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipeline/inputs/exec-wasi.md b/pipeline/inputs/exec-wasi.md index e768ce64e..9f77d32bd 100644 --- a/pipeline/inputs/exec-wasi.md +++ b/pipeline/inputs/exec-wasi.md @@ -13,8 +13,8 @@ The plugin supports the following configuration parameters: | Accessible\_Paths | Specify the whilelist of paths to be able to access paths from WASM programs. | | Interval\_Sec | Polling interval \(seconds\). | | Interval\_NSec | Polling interval \(nanosecond\). | -| Wasm\_Heap\_Size | Size of the heap size of Wasm execution \(check [unit sizes](https://docs.fluentbit.io/manual/configuration/unit_sizes) for allowed values\) | -| Wasm\_Stack\_Size | Size of the stack size of Wasm execution \(check [unit sizes](https://docs.fluentbit.io/manual/configuration/unit_sizes) for allowed values\) | +| Wasm\_Heap\_Size | Size of the heap size of Wasm execution. Review [unit sizes](https://docs.fluentbit.io/manual/configuration/unit_sizes) for allowed values. | +| Wasm\_Stack\_Size | Size of the stack size of Wasm execution. Review [unit sizes](https://docs.fluentbit.io/manual/configuration/unit_sizes) for allowed values. | | Buf\_Size | Size of the buffer \(check [unit sizes](https://docs.fluentbit.io/manual/configuration/unit_sizes) for allowed values\) | | Oneshot | Only run once at startup. This allows collection of data precedent to fluent-bit's startup (bool, default: false) |