From 903c16e50a6c02bc43776386de460f8ae3a2a3a2 Mon Sep 17 00:00:00 2001 From: jaal2001 Date: Thu, 11 Sep 2025 16:46:36 +0200 Subject: [PATCH 1/2] Update config-options.md Removed ")" in --exec-mem-pool-bytes as typo. Added format information for --wal-flush-interval and 100ms suggestion from @peterbarnett03 in discord chat. --- content/shared/influxdb3-cli/config-options.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/shared/influxdb3-cli/config-options.md b/content/shared/influxdb3-cli/config-options.md index 5f91d50a0..32c545778 100644 --- a/content/shared/influxdb3-cli/config-options.md +++ b/content/shared/influxdb3-cli/config-options.md @@ -1278,7 +1278,7 @@ Defines the address on which InfluxDB serves HTTP API requests. Specifies the size of memory pool used during query execution. Can be given as absolute value in bytes or as a percentage of the total available memory--for -example: `8000000000` or `10%`). +example: `8000000000` or `10%`. {{% show-in "core" %}}**Default:** `8589934592`{{% /show-in %}} {{% show-in "enterprise" %}}**Default:** `20%`{{% /show-in %}} @@ -1316,6 +1316,7 @@ percentage (portion of available memory) or absolute value in MB--for example: ` Specifies the interval to flush buffered data to a WAL file. Writes that wait for WAL confirmation take up to this interval to complete. +Can be `s` for seconds or `ms` for miliseconds. 100ms is suggested for local disks. **Default:** `1s` From 62880c9834e4267d05b6ba117d42acc309a4ff42 Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Thu, 11 Sep 2025 16:01:18 -0500 Subject: [PATCH 2/2] Update content/shared/influxdb3-cli/config-options.md --- content/shared/influxdb3-cli/config-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/shared/influxdb3-cli/config-options.md b/content/shared/influxdb3-cli/config-options.md index 32c545778..84af67883 100644 --- a/content/shared/influxdb3-cli/config-options.md +++ b/content/shared/influxdb3-cli/config-options.md @@ -1316,7 +1316,7 @@ percentage (portion of available memory) or absolute value in MB--for example: ` Specifies the interval to flush buffered data to a WAL file. Writes that wait for WAL confirmation take up to this interval to complete. -Can be `s` for seconds or `ms` for miliseconds. 100ms is suggested for local disks. +Use `s` for seconds or `ms` for milliseconds. For local disks, `100 ms` is recommended. **Default:** `1s`