Skip to content

Commit db4ee50

Browse files
authored
Merge pull request #111738 from ajlam/limits
innodblogfilesize
2 parents ddcb72f + febc67f commit db4ee50

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

articles/mariadb/howto-server-parameters.md

Lines changed: 3 additions & 2 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: 4/1/2020
8+
ms.date: 4/16/2020
99
---
1010

1111
# How to configure server parameters in Azure Database for MariaDB by using the Azure portal
@@ -55,7 +55,8 @@ These additional server parameters are not configurable in the system:
5555
|innodb_file_per_table in Basic tier|OFF|
5656
|innodb_flush_log_at_trx_commit|1|
5757
|sync_binlog|1|
58-
|innodb_log_file_size|512MB|
58+
|innodb_log_file_size|256MB|
59+
|innodb_log_files_in_group|2|
5960

6061
Other server parameters that are not listed here are set to their MariaDB out-of-box default values for [MariaDB](https://mariadb.com/kb/en/library/xtradbinnodb-server-system-variables/).
6162

articles/mysql/howto-server-parameters.md

Lines changed: 3 additions & 2 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: 4/1/2020
8+
ms.date: 4/16/2020
99
---
1010

1111
# How to configure server parameters in Azure Database for MySQL by using the Azure portal
@@ -55,7 +55,8 @@ These additional server parameters are not configurable in the system:
5555
|innodb_file_per_table in Basic tier|OFF|
5656
|innodb_flush_log_at_trx_commit|1|
5757
|sync_binlog|1|
58-
|innodb_log_file_size|512MB|
58+
|innodb_log_file_size|256MB|
59+
|innodb_log_files_in_group|2|
5960

6061
Other server parameters that are not listed here are set to their MySQL out-of-box default values for versions [5.7](https://dev.mysql.com/doc/refman/5.7/en/innodb-parameters.html) and [5.6](https://dev.mysql.com/doc/refman/5.6/en/innodb-parameters.html).
6162

0 commit comments

Comments
 (0)