Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions modules/install/pages/sizing-general.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,40 @@ A reliable high-speed network for intra-cluster and inter-cluster communications
+
Most deployments can achieve optimal performance with 1 Gbps interconnects, but some may need 10 Gbps.


[#guardrails]
==== Couchbase Server Guardrails

For safe and reliable cluster operations, and to minimize the severity of cluster outages, clusters using Couchbase Server 7.6 or later have guardrails in place.
These guardrails proactively monitor for specific system thresholds.
When a cluster meets these thresholds, these guardrails automatically prevent the following cluster operations, which during these conditions can put the cluster at severe risk of outage and downtime:

* Bucket writes
* Bucket creation
* Collection creation
* Topology changes that involve rebalancing

Server-level enforcement thresholds are designed to ensure the optimal and reliable usage of available system resources by various workloads.
These thresholds are as follows:

[Attributes]
|===
|Cluster Metric |Threshold

|Data Service Resident Ratio (Couchstore)
|\<= 1%
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is fine, but I did wonder if it needs the backslash escape?
and whether <= is clear enough without explanation (but should be fine, is used elsewhere in docs-server in a text context, once, and I don't see any counter-indications in the style guide.


|Data Service Resident Ratio (Magma)
|\<= 0.1%

|Free Disk Space
|\<= 4%

|Number of Buckets
|\<= 0.2 cores per bucket

|===

== Sizing Data Service Nodes

Data Service nodes handle data service operations, such as create/read/update/delete (CRUD).
Expand Down