LoginSignup
0
0

More than 5 years have passed since last update.

Couchbaseのbucketのquotaサイズを変更するコマンドのメモ

Last updated at Posted at 2014-04-17

Couchbaseでノードのメモリを増やした等で、合わせてbucketのquotaサイズを変更したい時は、
以下のコマンドを実行すると変更できます

/opt/couchbase/bin/couchbase-cli cluster-init -c 127.0.0.1 \
 -u Administrator \
 -p <PASSWORD> \
 --cluster-init-ramsize=16384

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0