Uploaded image for project: 'Couchbase Server'
  1. Couchbase Server
  2. MB-8784

Command to change the per-node RAM quota is incorrect

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 2.0, 2.1.0
    • 2.0.1, 2.1.0
    • None
    • Security Level: Public
    • None

    Description

      The issue is at below page:

      http://www.couchbase.com/docs/couchbase-manual-2.0/couchbase-faq.html
      http://www.couchbase.com/docs/couchbase-manual-2.1.0/couchbase-faq.html

      The section:
      How do I change the per-node RAM quota?

      > couchbase cluster-init -c \
      cluster_IP:8091 -u username-p password
      --cluster-init-ramsize=RAM_in_MB

      ------------------------------------

      The correct command should be

      > couchbase-cli cluster-init -c \
      cluster_IP:8091 -u username-p password
      --cluster-init-ramsize=RAM_in_MB

      ---------------------

      This command will change the quota for each node in the cluster.

      "How do I change the per-node RAM quota?" is a blit confusing. User is not sure if the change takes effect only for the ip that changes have been made or all nodes in the cluster.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            gwenleong Gwen Leong (Inactive)
            larry Larry Liu [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty