Skip to content

Commit 309e26c

Browse files
Copilotjstirnaman
andcommitted
Remove buffer-mem-limit-mb from Enterprise CLI docs - fixes broken link
Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com>
1 parent 9999528 commit 309e26c

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

content/influxdb3/enterprise/reference/cli/influxdb3/serve.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ influxdb3 serve [OPTIONS] \
4949
| | `--azure-storage-access-key` | _See [configuration options](/influxdb3/enterprise/reference/config-options/#azure-storage-access-key)_ |
5050
| | `--azure-storage-account` | _See [configuration options](/influxdb3/enterprise/reference/config-options/#azure-storage-account)_ |
5151
| | `--bucket` | _See [configuration options](/influxdb3/enterprise/reference/config-options/#bucket)_ |
52-
| | `--buffer-mem-limit-mb` | _See [configuration options](/influxdb3/enterprise/reference/config-options/#buffer-mem-limit-mb)_ |
5352
| | `--catalog-sync-interval` | _See [configuration options](/influxdb3/enterprise/reference/config-options/#catalog-sync-interval)_ |
5453
| {{< req "\*" >}} | `--cluster-id` | _See [configuration options](/influxdb3/enterprise/reference/config-options/#cluster-id)_ |
5554
| | `--compaction-check-interval` | _See [configuration options](/influxdb3/enterprise/reference/config-options/#compaction-check-interval)_ |

content/shared/influxdb3-cli/config-options.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,9 @@ influxdb3 serve
112112
- [admin-token-recovery-http-bind](#admin-token-recovery-http-bind)
113113
- [Memory](#memory)
114114
- [exec-mem-pool-bytes](#exec-mem-pool-bytes)
115+
{{% show-in "core" %}}
115116
- [buffer-mem-limit-mb](#buffer-mem-limit-mb)
117+
{{% /show-in %}}
116118
- [force-snapshot-mem-threshold](#force-snapshot-mem-threshold)
117119
- [Write-Ahead Log (WAL)](#write-ahead-log-wal)
118120
- [wal-flush-interval](#wal-flush-interval)
@@ -200,7 +202,6 @@ influxdb3 serve
200202
#### cluster-id
201203

202204
Specifies the cluster identifier that prefixes the object store path for the {{% product-name %}} Catalog.
203-
This value must be different than the [`--node-id`](#node-id) value.
204205

205206
| influxdb3 serve option | Environment variable |
206207
| :--------------------- | :-------------------------------- |
@@ -1004,7 +1005,9 @@ influxdb3 create token --admin --regenerate --host http://127.0.0.1:8182
10041005
### Memory
10051006

10061007
- [exec-mem-pool-bytes](#exec-mem-pool-bytes)
1008+
{{% show-in "core" %}}
10071009
- [buffer-mem-limit-mb](#buffer-mem-limit-mb)
1010+
{{% /show-in %}}
10081011
- [force-snapshot-mem-threshold](#force-snapshot-mem-threshold)
10091012

10101013
#### exec-mem-pool-bytes
@@ -1020,7 +1023,9 @@ example: `8000000000` or `10%`).
10201023
| :---------------------- | :------------------------------ |
10211024
| `--exec-mem-pool-bytes` | `INFLUXDB3_EXEC_MEM_POOL_BYTES` |
10221025

1023-
## {{% show-in "core" %}}
1026+
---
1027+
1028+
{{% show-in "core" %}}
10241029

10251030
#### buffer-mem-limit-mb
10261031

0 commit comments

Comments
 (0)