From 4709b227ae1a40593f166988e3f125648e8972fd Mon Sep 17 00:00:00 2001 From: Pallavi-Janardhan Date: Tue, 2 Dec 2025 14:20:48 +0530 Subject: [PATCH] First Commit --- modules/learn/pages/buckets-memory-and-storage/memory.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/learn/pages/buckets-memory-and-storage/memory.adoc b/modules/learn/pages/buckets-memory-and-storage/memory.adoc index 4c1061de59..71e689fcde 100644 --- a/modules/learn/pages/buckets-memory-and-storage/memory.adoc +++ b/modules/learn/pages/buckets-memory-and-storage/memory.adoc @@ -12,7 +12,8 @@ You must configure your memory quota allocations for each service in Couchbase Server, except for the xref:services-and-indexes/services/query-service.adoc[Query Service] and xref:services-and-indexes/services/backup-service.adoc[Backup Service]. You can change the availability of memory resources in your cluster based on how you assign your services to each node. The memory quota you allocate for a service applies to every instance of that service across your cluster. -For example, if you allocate 2048 MB to the xref:services-and-indexes/services/analytics-service.adoc[Analytics Service], and you run the Analytics Service on three of a cluster's five nodes, each instance of the service has 2048 MB of memory. +For example, if you allocate 2048 MB to the xref:services-and-indexes/services/analytics-service.adoc[Analytics Service], and you run the Analytics Service on three of a cluster's five nodes, +each instance of the service has 2048 MB of memory. NOTE: You can't allocate different amounts of memory for different instances of the same service in a cluster.