Skip to content

Commit 014041c

Browse files
authored
mariadb: Increase innodb_io_capacity from 500 to 1000
We use SSDs/NVME now.
1 parent 2e621b5 commit 014041c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/mariadb/templates/config/mw.cnf.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ wait_timeout = 3600
6262

6363
innodb-flush-method = O_DIRECT
6464
innodb_flush_neighbors = 0
65-
innodb_io_capacity = 500
65+
innodb_io_capacity = 1000
6666
innodb_stats_method = nulls_unequal
6767
innodb_log_file_size = 2G
6868
innodb-flush-log-at-trx-commit = 1

0 commit comments

Comments
 (0)