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.
pull/6373/head
jaal2001 2025-09-11 16:46:36 +02:00 committed by GitHub
parent c8a2251d47
commit 903c16e50a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -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`