You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/iot-operations/manage-mqtt-broker/howto-configure-availability-scale.md
+16-13Lines changed: 16 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -214,28 +214,31 @@ Use this profile when you need to handle a large number of connections and messa
214
214
215
215
## Calculate total memory usage
216
216
217
-
The memory profile setting specifies the memory usage for each frontend and backend replica and interacts with the cardinality settings. You can calculate the total memory usage per replica using the formula:
217
+
The memory profile setting specifies the memory usage for each frontend and backend replica and interacts with the cardinality settings. You can calculate the total memory usage using the formula:
|`M_fe`| The memory usage of each frontend replica |
227
-
|`P_be`| The number of backend partitions |
228
-
|`RF_be`| Backend redundancy factor |
229
-
|`M_be`| The memory usage of each backend replica |
230
-
|`W_be`| The number of workers per backend replica |
227
+
|$M_{\text{total}}$| Total memory usage |
228
+
|$R_{\text{fe}}$| The number of frontend replicas |
229
+
|$M_{\text{fe}}$| The memory usage of each frontend replica |
230
+
|$P_{\text{be}}$| The number of backend partitions |
231
+
|$RF_{\text{be}}$| Backend redundancy factor |
232
+
|$M_{\text{be}}$| The memory usage of each backend replica |
233
+
|$W_{\text{be}}$| The number of workers per backend replica |
231
234
232
-
For example if you select the *Medium* memory profile with two frontend replicas, two backend partitions, and a backend redundancy factor of two, the total memory usage per replica would be:
235
+
For example if you choose the *Medium* memory profile, the profile has a frontend memory usage of 1.9 GB and backend memory usage of 1.5 GB. Assume that the broker configuration is 2 frontend replicas, 2 backend partitions, and a backend redundancy factor of 2. The total memory usage is:
In comparison, the *Tiny* memory profile with two frontend replicas, two backend partitions, and a backend redundancy factor of two, the total memory usage per replica would be:
239
+
In comparison, the *Tiny* memory profile has a frontend memory usage of 1.9 GB and backend memory usage of 1.5 GB. If you assume the same broker configuration, the total memory usage is:
0 commit comments