Modify/add example my.cnf files.
This commit is contained in:
parent
2eede9f6a0
commit
6522234352
1059
Example/my.cnf.HUGE.MariaDB-10.11
Normal file
1059
Example/my.cnf.HUGE.MariaDB-10.11
Normal file
File diff suppressed because it is too large
Load Diff
@ -425,6 +425,17 @@ innodb_log_buffer_size = 256M
|
||||
#innodb-flush-log-at-trx-commit = 1
|
||||
#innodb-flush-log-at-trx-commit = 2
|
||||
|
||||
## - innodb_ft_cache_size
|
||||
## -
|
||||
## - InnoDB Fulltext search cache size in bytes.
|
||||
## -
|
||||
## - Cache size available for a parsed document while creating an
|
||||
## - InnoDB FULLTEXT index.
|
||||
## -
|
||||
## - Deafult: 8000000 # ~ 7,6 MB
|
||||
## -
|
||||
innodb_ft_cache_size = 24M
|
||||
|
||||
## - innodb_lock_wait_timeout
|
||||
## -
|
||||
## - The length of time in seconds an InnoDB transaction waits for a row
|
||||
|
@ -469,6 +469,17 @@ innodb_log_buffer_size = 256M
|
||||
#innodb-flush-log-at-trx-commit = 1
|
||||
#innodb-flush-log-at-trx-commit = 2
|
||||
|
||||
## - innodb_ft_cache_size
|
||||
## -
|
||||
## - InnoDB Fulltext search cache size in bytes.
|
||||
## -
|
||||
## - Cache size available for a parsed document while creating an
|
||||
## - InnoDB FULLTEXT index.
|
||||
## -
|
||||
## - Deafult: 8000000 # ~ 7,6 MB
|
||||
## -
|
||||
innodb_ft_cache_size = 24M
|
||||
|
||||
## - innodb_lock_wait_timeout
|
||||
## -
|
||||
## - The length of time in seconds an InnoDB transaction waits for a row
|
||||
|
1131
Example/my.cnf.VERY-HUGE.MariaDB-10.11
Normal file
1131
Example/my.cnf.VERY-HUGE.MariaDB-10.11
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user