Couchbase
  • Why NoSQL?
  • Couchbase Server
  • Download
  • Resources
  • Careers
Home | Forums | Couchbase | Couchbase Server 2.0

How to change the cluster memory limit?

3 replies [Last post]
  • Login or register to post comments
Mon, 03/26/2012 - 10:39
aemadrid
Offline
Joined: 03/26/2012
Groups: None

Originally I had it setup to 256MB but that only let's me have 2 buckets. How can I increase the cluster memory size?

Top
  • Login or register to post comments
Fri, 03/30/2012 - 16:43
mikew
Offline
Joined: 03/14/2011
Groups:

In the web console click on buckets and then the little arrow next to the bucket name you want to increase. Clicking on this button should cause a drop down page of bucket information. In that drop down on the top right click the edit button. A screen should pop up that has the bucket quota. Simple increase the quota and click ok at the bottom of the screen.

Top
  • Login or register to post comments
Tue, 04/03/2012 - 09:36
aemadrid
Offline
Joined: 03/26/2012
Groups: None

But I want to change the cluster quota so I can increase the bucket. I originally setup the cluster quota to 512MB (2 x 256mb) and now I have two buckets each with 128MB so I'm using all the allocation. How can I change the cluster allocation?

Top
  • Login or register to post comments
Thu, 04/05/2012 - 13:01
dmurnane
Offline
Joined: 04/05/2012
Groups: None

/opt/couchbase/bin/couchbase-cli should let you do that.

Change the username, password, port and ram quota:
couchbase-cli cluster-init -c 192.168.0.1:8091 \
--cluster-init-username=Administrator \
--cluster-init-password=password \
--cluster-init-port=8080 \
--cluster-init-ramsize=300

So the command to change the cluster quota to 1024mb would be something like:
/opt/couchbase/bin/couchbase-cli cluster-init -c -u -p --cluster-init-ramsize=1024

Top
  • Login or register to post comments
  • Login or register to post comments
  • Login
  • Register

Company

  • About Us
  • Leadership
  • Customers
  • Partners
  • Contact Us

Product

  • Couchbase Server
  • Couchbase SDKs
  • Use Cases
  • Documentation
  • Forums

Open Source

  • Couchbase Project
  • Couchbase vs. CouchDB

Commercial

  • Subscriptions & Support
  • Training & Services

News

  • Blog
  • Newsletter
  • Press Releases
  • Buzz

Follow Us

    
  • Customer Login
  • Terms of Service
  • Privacy Policy
  • Trademark Policy
  • Site Map

© 2013 COUCHBASE All rights reserved.

Sign in to Couchbase Community

close
  • Create new account
  • Request new password
You are logging into the Forums, Wiki and Issue Tracker