diff --git a/ja/learn/admin/REST/rest-bucket-memory-quota.dita b/ja/learn/admin/REST/rest-bucket-memory-quota.dita index 634a3da..823869c 100644 --- a/ja/learn/admin/REST/rest-bucket-memory-quota.dita +++ b/ja/learn/admin/REST/rest-bucket-memory-quota.dita @@ -1,35 +1,39 @@ - - Changing bucket memory quota - To increase or decrease bucket memory quota, use the POST - /pools/default/buckets/newBucket HTTP method and URI and the - ramQuotaMB option. + + bucketのメモリ割り当ての変更 + + bucketのメモリ割り当てを増減するには、POST /pools/default/buckets/newBucket HTTPメソッドとURIとramQuotaMBオプションを使用します。 + -
Description -

A bucket’s ramQuotaMB can be increased and decreased from its current level. However, while - increasing will do no harm, decreasing should be done with proper sizing. Decreasing the - bucket’s ramQuotaMB lowers the watermark, and some items may be unexpectedly ejected if the - ramQuotaMB is set too low.

+
説明 +

+ bucketのramQuotaMBは現在のレベルから増減することが出来ます。 + しかしながら、増加には害はないですが、減少は適切なサイズで行われるべきです。 + bucketのramQuotaMBの減少はwatermarkよりも低くします。ramQuotaMBが小さすぎる場合、アイテムが予期せずに除外されます。 +

- There are some known issues with changing the ramQuotaMB for memcached bucket types. - When changing the active bucket configuration, specify the existing - configuration parameters and the changed authentication parameters. + + memcached bucketタイプでのramQuotaMBの変更にはいくつか既知の問題があります。 + + + 有効なbucket構成を変更する場合、既存の構成パラメータと変更した認証パラメータを指定してください。 +
-
Syntax -

Curl request syntax:

+
シンタックス +

Curlリクエストシンタックス:

curl -X POST -u [admin]:[password] -d ramQuotaMB=[value] -d authType=[none | sasl] -d proxyPort=[port] http://[localhost]:8091/pools/default/buckets/[bucket-name]
-
Example -

Curl request example:

+
+

Curlリクエスト例:

curl -X POST -u Administrator:password -d ramQuotaMB=130 -d authType=none @@ -38,9 +42,10 @@
-
Response -

A 202 response indicates that the quota will be changed asynchronously throughout the - servers in the cluster.

+
レスポンス +

+ 202レスポンスは割り当てがクラスタ内のサーバ全体で非同期で変更されることを表しています。 +

HTTP/1.1 202 OK Server: Couchbase Server 1.6.0 Pragma: no-cache @@ -49,7 +54,7 @@ Content-Length: 0 Cache-Control: no-cache no-store max-age=0 -

If the ram quota is too low, an error and usage summary is returned:

+

もしRAM割り当てが少なすぎる場合、エラーと利用状況概要を返します:

{ "errors": { "ramQuotaMB": "RAM quota cannot be less than 100 MB" @@ -76,7 +81,7 @@ Cache-Control: no-cache no-store max-age=0
-
Response codes +
レスポンスコード 202 OK