install_mysql.sh: add some comments for DFefault wavues.
This commit is contained in:
parent
f3bec24fa3
commit
2eede9f6a0
@ -3659,9 +3659,12 @@ innodb_buffer_pool_size = 4G
|
||||
## -
|
||||
## - The size in bytes of each log file in a log group.
|
||||
## -
|
||||
## - Default: 5242880 (5M)
|
||||
## - Default:
|
||||
## - 50331648 (50M) (MySQL)
|
||||
## - 100663296 (96MB) (>= MariaDB 10.5)
|
||||
## - 50331648 (48MB) (<= MariaDB 10.4)
|
||||
## -
|
||||
## (Set .._log_file_size to 25 % of buffer pool size)
|
||||
## - (Set .._log_file_size to 25 % of buffer pool size)
|
||||
## -
|
||||
#innodb-log-file-size = 100M
|
||||
#innodb-log-file-size = 256M
|
||||
@ -3672,7 +3675,7 @@ innodb_log_file_size = 512M
|
||||
## - The size in bytes of the buffer that InnoDB uses to write to the
|
||||
## - log files on disk.
|
||||
## -
|
||||
## - Default: 8388608 (8M)
|
||||
## - Default: 16777216 (16M)
|
||||
## -
|
||||
#innodb-log-buffer-size = 8M
|
||||
#innodb-log-buffer-size = 32M
|
||||
|
Loading…
Reference in New Issue
Block a user