I need to turn off replication on cluster to free RAM. How can i do it?I tried:couchbase-cli bucket-edit -c localhost:8091 -u user -p pass --bucket=default --bucket-replica=0 --bucket-ramsize=10000But anything changed(
I made as you say and replicas gone, but memory doesn't free.