File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
influxdb3/enterprise/reference/cli/influxdb3 Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff 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 ) _ |
Original file line number Diff line number Diff 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
202204Specifies 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
You can’t perform that action at this time.
0 commit comments