Skip to content

Commit e487ac5

Browse files
committed
update max connection limits mysql mariadb
1 parent eee48c7 commit e487ac5

File tree

3 files changed

+40
-40
lines changed

3 files changed

+40
-40
lines changed

articles/mariadb/concepts-limits.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: ajlam
55
ms.author: andrela
66
ms.service: mariadb
77
ms.topic: conceptual
8-
ms.date: 12/02/2019
8+
ms.date: 12/09/2019
99
---
1010
# Limitations in Azure Database for MariaDB
1111
The following sections describe capacity, storage engine support, privilege support, data manipulation statement support, and functional limits in the database service.
@@ -17,17 +17,17 @@ The maximum number of connections per pricing tier and vCores are as follows:
1717
|---|---|---|
1818
|Basic| 1| 50|
1919
|Basic| 2| 100|
20-
|General Purpose| 2| 300|
21-
|General Purpose| 4| 625|
22-
|General Purpose| 8| 1250|
23-
|General Purpose| 16| 2500|
24-
|General Purpose| 32| 5000|
25-
|General Purpose| 64| 10000|
26-
|Memory Optimized| 2| 600|
27-
|Memory Optimized| 4| 1250|
28-
|Memory Optimized| 8| 2500|
29-
|Memory Optimized| 16| 5000|
30-
|Memory Optimized| 32| 10000|
20+
|General Purpose| 2| 600|
21+
|General Purpose| 4| 1250|
22+
|General Purpose| 8| 2500|
23+
|General Purpose| 16| 5000|
24+
|General Purpose| 32| 10000|
25+
|General Purpose| 64| 20000|
26+
|Memory Optimized| 2| 800|
27+
|Memory Optimized| 4| 2500|
28+
|Memory Optimized| 8| 5000|
29+
|Memory Optimized| 16| 10000|
30+
|Memory Optimized| 32| 20000|
3131

3232
When connections exceed the limit, you may receive the following error:
3333
> ERROR 1040 (08004): Too many connections

articles/mariadb/howto-server-parameters.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: ajlam
55
ms.author: andrela
66
ms.service: mariadb
77
ms.topic: conceptual
8-
ms.date: 12/05/2019
8+
ms.date: 12/9/2019
99
---
1010

1111
# How to configure server parameters in Azure Database for MariaDB by using the Azure portal
@@ -32,21 +32,21 @@ The list of supported server parameters is constantly growing. Use the server pa
3232

3333
InnoDB Buffer Pool and Max Connections are not configurable and tied to your [pricing tier](concepts-pricing-tiers.md).
3434

35-
|**Pricing Tier**| **vCore(s)**|**InnoDB Buffer Pool (MB)**| **Max Connections**|
36-
|---|---|---|---|
37-
|Basic| 1| 1024| 50|
38-
|Basic| 2| 2560| 100|
39-
|General Purpose| 2| 3584| 300|
40-
|General Purpose| 4| 7680| 625|
41-
|General Purpose| 8| 15360| 1250|
42-
|General Purpose| 16| 31232| 2500|
43-
|General Purpose| 32| 62976| 5000|
44-
|General Purpose| 64| 125952| 10000|
45-
|Memory Optimized| 2| 7168| 600|
46-
|Memory Optimized| 4| 15360| 1250|
47-
|Memory Optimized| 8| 30720| 2500|
48-
|Memory Optimized| 16| 62464| 5000|
49-
|Memory Optimized| 32| 125952| 10000|
35+
|**Pricing Tier**| **vCore(s)**|**InnoDB Buffer Pool (MB)**|
36+
|---|---|---|
37+
|Basic| 1| 1024|
38+
|Basic| 2| 2560|
39+
|General Purpose| 2| 3584|
40+
|General Purpose| 4| 7680|
41+
|General Purpose| 8| 15360|
42+
|General Purpose| 16| 31232|
43+
|General Purpose| 32| 62976|
44+
|General Purpose| 64| 125952|
45+
|Memory Optimized| 2| 7168|
46+
|Memory Optimized| 4| 15360|
47+
|Memory Optimized| 8| 30720|
48+
|Memory Optimized| 16| 62464|
49+
|Memory Optimized| 32| 125952|
5050

5151
These additional server parameters are not configurable in the system:
5252

articles/mysql/concepts-limits.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: ajlam
55
ms.author: andrela
66
ms.service: mysql
77
ms.topic: conceptual
8-
ms.date: 12/2/2019
8+
ms.date: 12/9/2019
99
---
1010
# Limitations in Azure Database for MySQL
1111
The following sections describe capacity, storage engine support, privilege support, data manipulation statement support, and functional limits in the database service. Also see [general limitations](https://dev.mysql.com/doc/mysql-reslimits-excerpt/5.6/en/limits.html) applicable to the MySQL database engine.
@@ -17,17 +17,17 @@ The maximum number of connections per pricing tier and vCores are as follows:
1717
|---|---|---|
1818
|Basic| 1| 50|
1919
|Basic| 2| 100|
20-
|General Purpose| 2| 300|
21-
|General Purpose| 4| 625|
22-
|General Purpose| 8| 1250|
23-
|General Purpose| 16| 2500|
24-
|General Purpose| 32| 5000|
25-
|General Purpose| 64| 10000|
26-
|Memory Optimized| 2| 600|
27-
|Memory Optimized| 4| 1250|
28-
|Memory Optimized| 8| 2500|
29-
|Memory Optimized| 16| 5000|
30-
|Memory Optimized| 32| 10000|
20+
|General Purpose| 2| 600|
21+
|General Purpose| 4| 1250|
22+
|General Purpose| 8| 2500|
23+
|General Purpose| 16| 5000|
24+
|General Purpose| 32| 10000|
25+
|General Purpose| 64| 20000|
26+
|Memory Optimized| 2| 1250|
27+
|Memory Optimized| 4| 2500|
28+
|Memory Optimized| 8| 5000|
29+
|Memory Optimized| 16| 10000|
30+
|Memory Optimized| 32| 20000|
3131

3232
When connections exceed the limit, you may receive the following error:
3333
> ERROR 1040 (08004): Too many connections

0 commit comments

Comments
 (0)