Increasing a bucket's ramQuotaMB from the current level. Note, the system will not let you decrease the ramQuotaMB for a couchbase bucket type and memcached bucket types will be flushed when the ramQuotaMB is changed:
As of 1.6.0, there are some known issues with changing the ramQuotaMB for memcached bucket types.
Example of a request:
shell> curl -X POST -u admin:password -d ramQuotaMB=25 -d authType=none \ -d proxyPort=11215 http://localhost:8091/pools/default/buckets/newbucket
The response will be 202, indicating the quota will be changed asynchronously throughout the servers in the cluster. An example:
HTTP/1.1 202 OK Server: Couchbase Server 1.6.0 Pragma: no-cache Date: Wed, 29 Sep 2010 20:01:37 GMT Content-Length: 0 Cache-Control: no-cache no-store max-age=0