Connection error when i run node.js with couchbase sever connection

I’m trying to run sample code i got the error as below
⇒ AUTOPROVISION: INITIATED
COUCHBASE INSTANCE: localhost:8091 LOCATE
COUCHBASE INSTANCE BUCKET: travel-sample CHECK IF PROVISIONED
COUCHBASE INSTANCE: localhost:8091 LOCATED
COUCHBASE INSTANCE BUCKET COUNT: 3 LISTED BELOW
COUCHBASE INSTANCE BUCKET: beer-sample
COUCHBASE INSTANCE BUCKET: default
COUCHBASE INSTANCE BUCKET: student
COUCHBASE INSTANCE EXISTS: travel-sample NOT PROVISIONED, CONTINUING
PROVISION INITIALIZE SERVICES { provisionInit: 401 }
PROVISION RENAMING { provisionRename: 401 }
PROVISION SERVICE { provisionServices: 401 }
PROVISION MEMORY { provisionMemory: 401 }
PROVISION ADMIN USER { provisionAdmin: 401 }
PROVISION BUCKET { provisionBucket: 400 }
====----====
AUTOPROVISION: ERR:FATAL: [“Not enough Quota, you need to allocate 100MB to install sample buckets”]
PLEASE CHECK config.js IS POINTING TO A VALID COUCHBASE INSTANCE
====----====
please tell me how to allocate memory to bucket.

thanks in advance

Hey have you got solution, me too getting same issue

To allocate memory to a bucket you’ll need to do the following:

  1. Log into the web admin console and click “Data Buckets”.
  2. Expand the bucket you want to increase memory for.
  3. Click the Edit button (you’ll find it below the Views button).
  4. A new dialogue will pop-up allowing you to edit the memory allocation for that bucket.

@matthew, Thanks, i had got solution as like you told.