Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 1 addition & 14 deletions docs/modules/cli/pages/cbcli/couchbase-cli-bucket-edit.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ _couchbase-cli bucket-edit_ [--cluster <url>] [--username <user>]
[--password <password>] [--client-cert <path>] [--client-cert-password <password>]
[--client-key <path>] [--client-key-password <password>]
[--bucket <name>] [--bucket-ramsize <size>]
[--bucket-replica <num>] [--bucket-priority <priority>]
[--bucket-replica <num>]
[--bucket-eviction-policy <policy>] [--enable-flush <num>]
[--max-ttl <seconds>] [--compression-mode <mode>]
[--remove-bucket-port <num>]
Expand Down Expand Up @@ -63,19 +63,6 @@ include::{partialsdir}/cbcli/part-common-options.adoc[]
Sets the port on which the bucket listens. This parameter is deprecated, and
therefore not recommended for use.

--bucket-priority <priority>::
Specifies the priority of this bucket's background tasks. This option is
valid for Couchbase and Ephemeral buckets only. For Couchbase buckets,
background task-types include disk I/O, DCP stream-processing, and
item-paging. For Ephemeral buckets, background task-types are the same as
for Couchbase buckets, with the exception of disk I/O, which does not apply
to Ephemeral buckets. The value of this option may be "high" or "low". The
default is "low". Specifying "high" may result in faster processing; but
only when more than one bucket is defined for the cluster, and when
different priority settings have been established among the buckets. When
Couchbase and Ephemeral buckets have different priority settings, this
affects the prioritization only of task-types other than disk I/O.

--bucket-eviction-policy <policy>::
The memory-cache eviction policy for this bucket. This option is valid for
Couchbase buckets only; the eviction policy for ephemeral buckets can't be
Expand Down