Skip to content

Commit 78e4890

Browse files
Merge pull request #280213 from code-sidd/max_con
missing values added
2 parents c2255cc + 8ba125b commit 78e4890

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

articles/mysql/flexible-server/concepts-server-parameters.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,13 @@ The [Physical Memory Size](./concepts-service-tiers-storage.md#physical-memory-s
7070
|---|---|---|---|---|---|
7171
|Burstable (B1s)|1|1|134217728|33554432|268435456|
7272
|Burstable (B1ms)|1|2|536870912|134217728|1073741824|
73-
|Burstable|2|4|2147483648|134217728|2147483648|
73+
|Burstable (B2s)|2|4|2147483648|134217728|2147483648|
74+
|Burstable (B2ms)|2|8|4294967296|134217728|5368709120|
75+
|Burstable |4|16|12884901888|134217728|12884901888|
76+
|Burstable |8|32|25769803776|134217728|25769803776|
77+
|Burstable |12|48|51539607552|134217728|51539607552|
78+
|Burstable |16|64|2147483648|134217728|2147483648|
79+
|Burstable |20|80|64424509440|134217728|64424509440|
7480
|General Purpose|2|8|4294967296|134217728|5368709120|
7581
|General Purpose|4|16|12884901888|134217728|12884901888|
7682
|General Purpose|8|32|25769803776|134217728|25769803776|
@@ -102,13 +108,19 @@ Azure Database for MySQL flexible server supports at largest, **4 TB**, in a sin
102108
103109
### max_connections
104110

105-
The value of `max_connection` is determined by the memory size of the server.
111+
The value of `max_connection` is determined by the memory size of the server. The [Physical Memory Size](./concepts-service-tiers-storage.md#physical-memory-size-gb) (GB) in the table below represents the available random-access memory (RAM) in gigabytes (GB) on your Azure Database for MySQL flexible server.
106112

107-
|**Pricing Tier**|**vCore(s)**|**Memory Size (GiB)**|**Default value**|**Min value**|**Max value**|
113+
|**Pricing Tier**|**vCore(s)**|**Physical Memory Size (GiB)**|**Default value**|**Min value**|**Max value**|
108114
|---|---|---|---|---|---|
109115
|Burstable (B1s)|1|1|85|10|171|
110116
|Burstable (B1ms)|1|2|171|10|341|
111-
|Burstable|2|4|341|10|683|
117+
|Burstable (B2s)|2|4|341|10|683|
118+
|Burstable (B2ms)|2|4|683|10|1365|
119+
|Burstable |4|16|1365|10|2731|
120+
|Burstable|8|32|2731|10|5461|
121+
|Burstable |12|48|4097|10|8193|
122+
|Burstable |16|64|5461|10|10923|
123+
|Burstable |20|80|6827|10|13653|
112124
|General Purpose|2|8|683|10|1365|
113125
|General Purpose|4|16|1365|10|2731|
114126
|General Purpose|8|32|2731|10|5461|
@@ -120,6 +132,7 @@ The value of `max_connection` is determined by the memory size of the server.
120132
|Business Critical|4|32|2731|10|5461|
121133
|Business Critical|8|64|5461|10|10923|
122134
|Business Critical|16|128|10923|10|21845|
135+
|Business Critical|20|160|13653|10|27306|
123136
|Business Critical|32|256|21845|10|43691|
124137
|Business Critical|48|384|32768|10|65536|
125138
|Business Critical|64|504|43008|10|86016|

0 commit comments

Comments
 (0)