Merge branch 'master' into influxdb-3.4
commit
3922620385
|
@ -48,7 +48,6 @@ influxdb3 serve [OPTIONS] --node-id <HOST_IDENTIFIER_PREFIX>
|
|||
| | `--azure-storage-access-key` | _See [configuration options](/influxdb3/core/reference/config-options/#azure-storage-access-key)_ |
|
||||
| | `--azure-storage-account` | _See [configuration options](/influxdb3/core/reference/config-options/#azure-storage-account)_ |
|
||||
| | `--bucket` | _See [configuration options](/influxdb3/core/reference/config-options/#bucket)_ |
|
||||
| | `--buffer-mem-limit-mb` | _See [configuration options](/influxdb3/core/reference/config-options/#buffer-mem-limit-mb)_ |
|
||||
| | `--data-dir` | _See [configuration options](/influxdb3/core/reference/config-options/#data-dir)_ |
|
||||
| | `--datafusion-config` | _See [configuration options](/influxdb3/core/reference/config-options/#datafusion-config)_ |
|
||||
| | `--datafusion-max-parquet-fanout` | _See [configuration options](/influxdb3/core/reference/config-options/#datafusion-max-parquet-fanout)_ |
|
||||
|
|
|
@ -49,7 +49,6 @@ influxdb3 serve [OPTIONS] \
|
|||
| | `--azure-storage-access-key` | _See [configuration options](/influxdb3/enterprise/reference/config-options/#azure-storage-access-key)_ |
|
||||
| | `--azure-storage-account` | _See [configuration options](/influxdb3/enterprise/reference/config-options/#azure-storage-account)_ |
|
||||
| | `--bucket` | _See [configuration options](/influxdb3/enterprise/reference/config-options/#bucket)_ |
|
||||
| | `--buffer-mem-limit-mb` | _See [configuration options](/influxdb3/enterprise/reference/config-options/#buffer-mem-limit-mb)_ |
|
||||
| | `--catalog-sync-interval` | _See [configuration options](/influxdb3/enterprise/reference/config-options/#catalog-sync-interval)_ |
|
||||
| {{< req "\*" >}} | `--cluster-id` | _See [configuration options](/influxdb3/enterprise/reference/config-options/#cluster-id)_ |
|
||||
| | `--compaction-check-interval` | _See [configuration options](/influxdb3/enterprise/reference/config-options/#compaction-check-interval)_ |
|
||||
|
|
|
@ -111,7 +111,6 @@ influxdb3 serve
|
|||
- [admin-token-recovery-http-bind](#admin-token-recovery-http-bind)
|
||||
- [Memory](#memory)
|
||||
- [exec-mem-pool-bytes](#exec-mem-pool-bytes)
|
||||
- [buffer-mem-limit-mb](#buffer-mem-limit-mb)
|
||||
- [force-snapshot-mem-threshold](#force-snapshot-mem-threshold)
|
||||
- [Write-Ahead Log (WAL)](#write-ahead-log-wal)
|
||||
- [wal-flush-interval](#wal-flush-interval)
|
||||
|
@ -997,7 +996,6 @@ influxdb3 create token --admin --regenerate --host http://127.0.0.1:8182
|
|||
### Memory
|
||||
|
||||
- [exec-mem-pool-bytes](#exec-mem-pool-bytes)
|
||||
- [buffer-mem-limit-mb](#buffer-mem-limit-mb)
|
||||
- [force-snapshot-mem-threshold](#force-snapshot-mem-threshold)
|
||||
|
||||
#### exec-mem-pool-bytes
|
||||
|
@ -1013,23 +1011,6 @@ example: `8000000000` or `10%`).
|
|||
| :---------------------- | :------------------------------ |
|
||||
| `--exec-mem-pool-bytes` | `INFLUXDB3_EXEC_MEM_POOL_BYTES` |
|
||||
|
||||
{{% show-in "core" %}}
|
||||
---
|
||||
|
||||
#### buffer-mem-limit-mb
|
||||
|
||||
|
||||
Specifies the size limit of the buffered data in MB. If this limit is exceeded,
|
||||
the server forces a snapshot.
|
||||
|
||||
**Default:** `5000`
|
||||
|
||||
| influxdb3 serve option | Environment variable |
|
||||
| :---------------------- | :------------------------------ |
|
||||
| `--buffer-mem-limit-mb` | `INFLUXDB3_BUFFER_MEM_LIMIT_MB` |
|
||||
|
||||
{{% /show-in %}}
|
||||
|
||||
---
|
||||
|
||||
#### force-snapshot-mem-threshold
|
||||
|
|
|
@ -2212,7 +2212,6 @@
|
|||
"buckets-api",
|
||||
"buckets-total",
|
||||
"buffer",
|
||||
"buffer-mem-limit-mb",
|
||||
"bug-fixes",
|
||||
"bug-fixes-1",
|
||||
"bug-fixes-10",
|
||||
|
|
Loading…
Reference in New Issue