X Tutup
Skip to content

Commit a7d1121

Browse files
committed
Faster MySQL docker
1 parent fb60be6 commit a7d1121

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/docker/mysqlmb4/mb4.cnf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@
33
innodb_large_prefix=true
44
innodb_file_format=barracuda
55
innodb_file_per_table=true
6+
7+
innodb_buffer_pool_size = 512M
8+
innodb_flush_log_at_trx_commit = 2

0 commit comments

Comments
 (0)
X Tutup