Skip to content

Commit 4aeea25

Browse files
committed
formatting
1 parent 6b34d55 commit 4aeea25

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

articles/iot-operations/manage-mqtt-broker/howto-configure-availability-scale.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -216,21 +216,19 @@ Use this profile when you need to handle a large number of connections and messa
216216

217217
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:
218218

219-
<!-- M_total = R_fe * M_fe + (P_be * RF_be) * M_be * W_be. -->
220-
221-
$M_{\text{total}} = R_{\text{fe}} \cdot M_{\text{fe}} + (P_{\text{be}} \cdot RF_{\text{be}}) \cdot M_{\text{be}} \cdot W_{\text{be}}$
219+
*M_total = R_fe * M_fe + (P_be * RF_be) * M_be * W_be*
222220

223221
Where:
224222

225223
| Variable | Description |
226224
|----------|-------------|
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 |
225+
| *M_total* | Total memory usage |
226+
| *R_fe* | The number of frontend replicas |
227+
| *M_fe*| The memory usage of each frontend replica |
228+
| *P_be*| The number of backend partitions |
229+
| *RF_be* | Backend redundancy factor |
230+
| *M_be* | The memory usage of each backend replica |
231+
| *W_be* | The number of workers per backend replica |
234232

235233
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:
236234

0 commit comments

Comments
 (0)